How to switch IPs for web page #2359
-
Hello, I'm using Mongoose to create a little web, with LWIP and freeRTOS on STM32. The web page is working cool on a static IP. But this IP may change on air, due to DHCP configuration. I've been trying some solutions (like using open ip as 0.0.0.0 or using "mg_close_conn"), but noone is working. Is there any way to do this smoothly? Thank you. |
Beta Was this translation helpful? Give feedback.
Answered by
scaprile
Aug 23, 2023
Replies: 1 comment
-
Mongoose just binds to a socket, what does your network stack say you have to do when the IP changes ? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
scaprile
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Mongoose just binds to a socket, what does your network stack say you have to do when the IP changes ?
What exactly are you doing ?
Please open an issue and follow the issue template