-->
Page 2 of 2

Re: ArduinoOTA - How to redirect local IP to remote IP ?

PostPosted: Mon Feb 12, 2018 12:44 pm
by andre_teprom
Interesting that you are doing that via Webserver. I had to stop my Webserver in the meantime OTA started to run, otherwise this would somehow trigger the Watchdog reset. Thank you very much, I'll have a look on your code.

Re: ArduinoOTA - How to redirect local IP to remote IP ?

PostPosted: Mon Feb 12, 2018 2:57 pm
by jankop

Is there any OTA updater acting not as Server, but as Client

PostPosted: Mon Feb 12, 2018 8:46 pm
by andre_teprom
The original question has already been pretty answered and I'm thankful, but in order to avoid opening a new thread, I would like to know if (any of) you know if there exists some library where ESP8266 does not act as a "Server" but rather as "Client" (obviously under user command) so that the update procedure would be easiest to accomplish in large scale ?

I mean, instead of having to individually configure routers on deploy sites where our customers have heterogeneous network infrastructures and/or technical support not often being able of giving prompt attendance to carry out the rerouting of IPs/Ports. Now it would only be enough to configure the board gateway. In that case, the file would be fetched by the device on a public website where I would put the binary there.

Re: ArduinoOTA - How to redirect local IP to remote IP ?

PostPosted: Tue Feb 13, 2018 5:18 am
by jankop