mirror of https://github.com/arendst/Tasmota.git
13 lines
836 B
Markdown
13 lines
836 B
Markdown
|
# ESPAsyncUDP
|
||
|
_Library patched with the [PR #21](https://github.com/me-no-dev/ESPAsyncUDP/pull/21)_
|
||
|
|
||
|
Async UDP Library for ESP8266 Arduino [![Build Status](https://travis-ci.org/me-no-dev/ESPAsyncUDP.svg?branch=master)](https://travis-ci.org/me-no-dev/ESPAsyncUDP)
|
||
|
|
||
|
[![Join the chat at https://gitter.im/me-no-dev/ESPAsyncWebServer](https://badges.gitter.im/me-no-dev/ESPAsyncWebServer.svg)](https://gitter.im/me-no-dev/ESPAsyncWebServer?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||
|
|
||
|
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
|