JAndrassy / ArduinoOTA

Arduino library to upload sketch over network to Arduino board with WiFi or Ethernet libraries
GNU Lesser General Public License v2.1
437 stars 89 forks source link

ArdunioOTA server? #100

Closed KrysFred closed 3 years ago

KrysFred commented 3 years ago

Hey I hope all is well! I had question regarding this library. Is there a server that the ArdunioOTA.Begin is connecting to store and retrieve the information from? Or are we connecting directly to the Arduino and performing peer sharing to the device?

JAndrassy commented 3 years ago

for updated bin transport over network the library runs a server compatible with arduinoOTA upload tool used by Arduino IDE. you can use the library with other binary transport by using InternalStorage object directly as shown in Advanced section of examples. https://github.com/jandrassy/ArduinoOTA#ota-update-as-download