envy / esp-knx-ip

A KNX/IP library for the ESP8266 with Arduino
MIT License
135 stars 49 forks source link

AsyncUDP Branch and Master Branch #57

Closed ascillato closed 6 years ago

ascillato commented 6 years ago

Hi @envy

There are several issues on the version 2.4.0 of the esp8266 board libraries.

As the library ESP-KNX-IP / Async-UDP Branch requires the ESPAsyncUDP Library that requires the 2.4.0, I think you should keep both branchs until a new release of esp8266 board libraries without the bugs is released.

Some of the bugs are reboot when using sleep. Hungs with webserver, etc.

So, what do you think of update the Master Branch with the last changes of the Async-UDP Branch?

and also what about adding the ACK to solve the lost telegrams issue?

Thanks

ascillato commented 6 years ago

Made PR #58 for updating changes from AsyncUDP Branch to Master but using 2.3.0 ESP8266 Library

what about adding the ACK to solve the lost telegrams issue?

ascillato commented 6 years ago

Added the PR #59 with a merged version of both branches for making easier to mantain.