Replies: 1 comment
-
In the moment I don't have time to maintain this library. Maybe you use the Arduino library instead https://github.com/arduino-libraries/Ethernet |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thanks for creating this library it is a great improvement, especially setHostname().
I am trying to create a Telnet server that can multiple sessions open at once, as shown in the Arduino Reference for Ethernet
https://reference.arduino.cc/reference/en/libraries/ethernet/server.accept/
But the accept() function in your library is not public and does not return a pointer to EthernetClient as the original Ehternet library did. Do you have any plans enable this or is there another way I can create a multi session telnet server.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions