You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If this is added, it probably ought to use the IPAddress class from the core library rather than an array of bytes. Long-term, the C++ class can be much more easily extended to support IPv6.
Yes, this was discussed in 2013 and rejected but maybe worth revisiting? Note that implementation uses IPAddress: ca37de4
I've been using that function for a couple years and I think it would be nice for consistency with EthernetUDP which already has remoteIP().
I sudgest adding a function to read the IP of the Clients
Changes needed:
EthernetClient.h
EthernetClient.cpp
It is a simple and usefull change in the library that can be used to retrive the IP address of a client connected to the EthernetServer.
The text was updated successfully, but these errors were encountered: