Telnet help
- Posted by irv Feb 24, 2018
- 1340 views
I need to use Euphoria to send a simple string via telnet protocol. Using the telnet program works:
irv@Mint18 ~ $ telnet localhost 5401 Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. /> set /autopilot/settings/heading-bug-deg 180
But, of course, I need to send the strings from Euphoria, not by typing them into an x-term. I have tried to use the std/sockets library (Eu 4.1) with no success, because I don't understand it at all. Can someone help with a simple example?