Tasmota/lib/ESPAsyncUDP-master
ascillato fa12295beb Updated esp-knx-ip library
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
2018-05-18 20:42:23 -03:00
..
examples Updated esp-knx-ip library 2018-05-18 20:42:23 -03:00
src Updated esp-knx-ip library 2018-05-18 20:42:23 -03:00
travis Updated esp-knx-ip library 2018-05-18 20:42:23 -03:00
.travis.yml Updated esp-knx-ip library 2018-05-18 20:42:23 -03:00
README.md Updated esp-knx-ip library 2018-05-18 20:42:23 -03:00
keywords.txt Updated esp-knx-ip library 2018-05-18 20:42:23 -03:00
library.json Updated esp-knx-ip library 2018-05-18 20:42:23 -03:00
library.properties Updated esp-knx-ip library 2018-05-18 20:42:23 -03:00

README.md

ESPAsyncUDP

Async UDP Library for ESP8266 Arduino Build Status

Join the chat at https://gitter.im/me-no-dev/ESPAsyncWebServer

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