mirror of https://github.com/arendst/Tasmota.git
fa12295beb
Updated esp-knx-ip library with a merged version that allows to select multicast library to use: * WIFI UDP (for esp lib 2.3.0 and up) * AsyncUDP (for esp lib 2.4.0 and up) The selection can be done with a definition key in the file esp-knx-ip.h |
||
---|---|---|
.. | ||
examples | ||
src | ||
travis | ||
.travis.yml | ||
README.md | ||
keywords.txt | ||
library.json | ||
library.properties |
README.md
ESPAsyncUDP
Async UDP Library for ESP8266 Arduino
This is a fully asynchronous UDP library, aimed at enabling trouble-free, multi-connection network environment for Espressif's ESP8266 MCUs.
The library is easy to use and includes support for Unicast, Broadcast and Multicast environments
Latest GIT version of ESP8266 Arduino might be required for this library to work