Could some one help me finding a way to get IP address and Port number of TCP client at Arduino Server example?
I am trying to send data from Linux TCP client to Arduino TCP server(Made example code for that),
I am able to receive data over tcp socket .
I want to know if there is an API call to get IP address and port of Client from where arduino server has received data.
Thanks in Advance