Telnet Client & Wiznet
dcole
Posts: 3
Hello,
Is there any telnet clients written for the Propeller that would work in combination with a Wiznet module to directly connect to the Internet and telnet to a remote computer?
Thanks,
David Cole
Is there any telnet clients written for the Propeller that would work in combination with a Wiznet module to directly connect to the Internet and telnet to a remote computer?
Thanks,
David Cole
Comments
I have seen many pages about using the prop as a serial terminal and then connecting through the Internet that way but I would like to know if there is existing projects for telnet programs.
But...
1) Ehternet phy on ENC28J60.
2) TCP/IP stack on propeller.
3) Something broken (not compiling for me).
I have found the WIZ110SR which is a serial to ethernet converter. It handles the TCP stack and makes the connection to the remote server for you. The propeller would then just need to handle the serial coms side of it in a manner that is sufficient for the telnet server on the other end to talk with it. I would probably use Briel's PockeTerm device for the propeller side.