esp8266/Arduino

Add a non-breaking extension to the OTA protocol for getting rid of UDP

Open

#6.369 geöffnet am 1. Aug. 2019

Auf GitHub ansehen
 (3 Kommentare) (1 Reaktion) (1 zugewiesene Person)C++ (13.342 Forks)batch import
component: OTAhelp wantedtype: enhancement

Repository-Metriken

Stars
 (15.728 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Per #6348 and #6351,

edit 21-02-27: Title was: "Feature request: implement ClientContext::wait_until_acked()" Per #7896, renaming to "OTA: Investigate workaround delay when receiving 'OK'" implemented by #6351.

edit 21-04-01: It seems ClientContext::wait_until_sent() is not sufficient for a fully terminated transmission.

Per #7955

There are two OK in the ArduinoOTA protocol w/espota.py tool, one of them is UDP. Changed title to: Add a non-breaking extension to the OTA protocol for getting rid of UDP.

Contributor Guide