2017-06-26 06:07 AM
In the STM32F7 Cube is the application: 'LwIP_HTTP_Server_Netconn_RTOS'
Does anyone know how to get access to the application from outside the local network?
2017-06-26 07:55 AM
For getting access to the application from outside the local network, you need to know your IP address (usually having static IP address would be helpful but not necessary in all cases), do port forwarding on your router and some networking stuffs! Googling 'access LAN device from internet' may help you.
Bests,
Misagh