Tcl 8.5 Network Programming(English, Electronic book text, Kocjan Wojciech) | Zipri.in
Tcl 8.5 Network Programming(English, Electronic book text, Kocjan Wojciech)

Tcl 8.5 Network Programming(English, Electronic book text, Kocjan Wojciech)

Quick Overview

Rs.4099 on FlipkartBuy
Product Price Comparison
Build network-aware applications using Tcl, a powerful dynamic programming language Develop network-aware applications with Tcl Implement the most important network protocols in Tcl Packed with hands-on-examples, case studies, and clear explanations for better understanding Tcl (Tool Command Language) is a very powerful and easy to learn dynamic programming language, suitable for a very wide range of uses. Tcl is regarded as one of the best-kept secrets in the software industry. This book gives you a hands-on experience on Tcl, helping you develop network-aware applications using this mature yet evolving language. This book shows you how to create network-aware applications with Tcl language. Packed with practical examples, the book not only takes you through the implementation of network protocols in Tcl, but also key aspects of Tcl programming.. The book starts with the basic element of Tcl programming as we take a look at the syntax and fundamental commands of the language. To get us ready for network programming, we look at important Tcl features such as object-oriented programming, accessing files, packaging in TCL, event driven programming, and multithreaded applications. To create standalone single-file executable applications with Tcl we take a look at the Starpack technology, and ensure that we'll be able to create robust applications with a thorough coverage of troubleshooting and debugging Tcl applications.. The book is really about network programming, and it will not let you down with its deep coverage of these topics. Of course we look at protocols, but there are plenty of practical examples to keep things moving along. We start with the TCP and UDP protocols, and look at some other protocols to see examples of synchronizing time with other servers, querying user information and authenticating users over LDAP and performing DNS queries.. The book explains Simple Network Management Protocol (SNMP), which is often used for monitoring and gathering information from various devices, such as routers, gateways, printers and many other types of equipment. We'll also look at web programming in Tcl; processing the requests coming from the clients via the HTTP protocol and responding to these requests. You'll be able to create a complete solution for creating a client-server application in Tcl.. To round things off, you'll see how to secure your networked applications, build public key infrastructure into your application and use Tcl's safe interpreter feature to reduce risk of running code from unknown source.. This book will be help you discover a range of network protocols and concepts and show how to implement them in Tcl. What you will learn from this book Get to know the the tools available to ease up development of Tcl code Discover Tcl's approach of using events over threads, which is very different from many other languages Learn the VFS feature that allows the usage of Metakit database as normal file system Create loggers, define log levels, write your logs to file or channel, and trace the execution of your code Get to know the key differences between free TclPro Debugger and paid Active State Tcl Dev Kit Debugger Handle different text encoding, dependent on the region you live, and create multi-language, internationalized application with msgcat package Handle UDP communication in Tcl was presented, with TclUDP extension as the implementation Manage files remotely over File Transfer Protocol (FTP) and learn to download a file from a web site using Hypertext Transfer Protocol (HTTP). Learn the usage Lightweight Directory Access Protocol (LDAP) to look up information and/or authenticate users, manually querying host names and time servers Get to know the Tcl package Scotty that handles SNMP and provides a Tk based GUI application that can be used for inspecting devices, discovering systems within our network and browsing data that can be retrieved over SNMP Use Tcl code as legacy CGI scripts and improve it with ncgi package Create client-server application based on HTTP protocol and Tclhttpd as embedded web server packed into Starkit technology for easy deployment Connect to XML-RPC services and issue methods remotely, and easily integrate with major blogging engines Create SOAP services using Tclhttpd and Web Services for Tcl; define complex data types for storing structured information Learn to use encrypted connections from Tcl and the method to make sure you know whom your application is communicating with Approach The book is written so that both experienced and novice Tclers can find useful information inside. It starts with quick introduction to Tcl and its networking support for those who are less familiar with them. Authors focus on showing practical, yet simple examples for each module and command described so that reader understands how to use them when solving the real life problems. The examples given are useful programs that try to solve real-world needs. All sample programs are clear and concise yet nothing essential is left out and the programming style focuses on readability rather than on stylistic rigor or efficiency. Who this book is written for This book is for Tcl developers with basic network programming concepts, who want to add networking capabilities to their applications. Working knowledge of Tcl and basic experience of network protocols will be useful. The reader should be familiar with basic concepts used in modern networking - keywords like TCP, HTTP or XML should not be a mystery. The book does not require advanced knowledge of Tcl - the first chapters will swiftly introduce the reader into it, allowing refreshing the information or gaining a quick overview of the Tcl language abilities. About the Author Wojciech Kocjan is a programmer having ten years of experience with Tcl. His past experience includes both open source projects, involvement in commercial/ government projects, as well as working for international corporations.. Over the years, Wojciech has contributed and created multiple open source projects related to Tcl. He is also the author of Learning Nagios 3.0, Packt Publishing and multiple publications on IT related subjects Piotr Beltowski is an IT and software engineer, and co-author of several US patents and publications. He has a master of Science in Telecommunications, and his technical experience includes various aspects of telecommunications, such as designing IP networks or implementing support of network protocols. Piotr's experience as Level 3 customer support lead makes him focused on finding simple solutions to complex technical issues. His professional career includes working in international corporations such as IBM and Ericsson (as a contractor). Table of Contents Preface Chapter 1: Introducing Tcl Chapter 2: Advanced Tcl Features Chapter 3: Tcl Standalone Binaries Chapter 4: Troubleshooting Tcl applications Chapter 5: Data Storage Chapter 6: Networking in Tcl Chapter 7: Using Common Internet Services Chapter 8: Using Additional Internet Services Chapter 9: Learning SNMP Chapter 10: Web Programming in Tcl Chapter 11: TclHttpd in Client-Server Applications Chapter 12: SOAP and XML-RPC Chapter 13: SSL and Security Index