I'm new with Telnet, and I need to write a small program in WPF (C#) which send and receive commands to a device via telnet.
Its starts by:
- sending command "telnet 192.168.0.50" (in order to connect to the device)
- Then sending "User" and "Password"
- Then starting to send and receive data to the device, and all that communication need to appears on a WPF log screen.
I have search on Google information on how to do it, but I didn't find something which was helpful for me.
I'm asking here because I'm helpless and I need some directions in order to starts from somewhere... I'll really appreciate your help.
Thank you.