This library let you interact with a host using the Telnet protocol. You can send any command and get the data that is returned by it. It is also posible to react on the events that are triggered.
My personal favourite is a 'tail -f' command on a log file. This will look like the host is trigering an event in your Visual Basic application. I have such an application running in my Windows service for months.
Warning : All data received will be added to the Telnet.ReceivedData property. If you let it run for a long time (you received 1MB) the performance will go down considerably. If you do not need to save the data in memory then just clear this property in the DataReceived or LineReceived event. You can do that right after you have handeled the data.
Click here to download the complete source code, the compiled DLL and the demo.






