-
I'm looking for a Telnet integration with lwip and W5100. Is there a library already working with lwip? Did some crude tests using JAndrassy/TelnetStream by "blindly" copying the respective lines into my code. Did not have success yet. Just wanted to check in if somebody else tried this before me and has some more information. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
I'm not experienced with that library, but if all you need is a bare pipe over TCP, look at the WiFiClient and WiFiServer examples. They show bidirectional comms using the Stream interface. |
Beta Was this translation helpful? Give feedback.
-
I would like to give a quick update with respect to the TelnetStream library. @JAndrassy was so kind and updated his library. It is now compatible with lwip and the RP2040. |
Beta Was this translation helpful? Give feedback.
I would like to give a quick update with respect to the TelnetStream library. @JAndrassy was so kind and updated his library. It is now compatible with lwip and the RP2040.