I'm using the TCPNet library for handling ethernet traffic. First time DHCP allocation works fine (using the provided examples). My device gets the DHCP settings and has acces to the internet. Sending/receiving data to a server also works fine (my device is a client). I expected also to receive a DHCP leasetime setting during the DHCP session. As far as I know this is needed to initiate in time a leasetime renewal to be able to keep using the leased IP address. Does the TCPNET library takes care of this or should I do it myself? In that case, how should I implement this?
Thanx
Eric