Summary

In this chapter, we've learned to use Tcl with different protocols that our application can benefit from —synchronizing time with other servers, querying user information and authenticating users over LDAP and perform DNS queries.

Tcl has its own protocol for remote procedure calls locally and remotely. This can be used for both accessing our application from different processes and troubleshooting. We can also use this for distributed computing of information. In addition to this, the comm package can also be used to offer service-based approach, including authentication.

In this chapter we have learned to:

  • Get DNS information
  • Get current date and time
  • Query and modify information over LDAP
  • Authorize users using LDAP
  • Creating and using networked ...

Get Tcl 8.5 Network Programming now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.