We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I'd like to implement a telnet client in a STR912 chip to connect it to a telnet server. Unfortunaly I can only find telnet servers in the TCP/IP librairies and I really don't know how to create myself a telnet client. If anyone already made something like this or have any idea that would be cool. Thank you TG
So why not use one of those?!
http://codesearch.google.com
www.faqs.org/.../rfc854.html
Are you aware that a telnet session is little more than a TCP connection? Perhaps that's the reason why there are no embedded telnet client examples around: there is nothing to it.
Ok I will try Thank you