Please note: We are aware of an issue affecting replies on the Arm Community forums, which may not be loading as expected.
We apologize for any inconvenience and appreciate your patience while we investigate and work to resolve the issue.
Thank you for your understanding.
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