Hi,
We are using EK-TM4C1294XL Development Board for development.
We have connected board to router and got IP address and sending data to a server.
After board is started Internet link between Router and Sever was there. After 5-10 mins we have brought down this link and board is still assigned IP address.
We want to know this down link event to perform other operations.
I have checked enet_weather example and in eth_client.c file,it goes to tcp_connect() every time and returns ERR_OK even internet is down from router to server.
I also tried to look into Exosite example but not able to find useful steps.
Can you please provide any guidance to check this?
Thanks,