1
0
Fork
You've already forked ESPAsyncUDP
0
Async UDP library for ESP8266
  • C++ 100%
Find a file
2019年10月02日 20:02:19 +03:00
.github Update install-arduino-ide.sh 2019年10月02日 20:02:19 +03:00
examples Change Of API 2016年07月18日 13:28:33 +03:00
src Prevent crash when write/print/send without connection 2017年12月15日 12:23:58 +01:00
.gitignore Update Scripts 2019年09月21日 15:25:22 +03:00
.travis.yml Update ci ( #38 ) 2019年10月02日 12:05:06 +03:00
keywords.txt Initial Import 2016年07月15日 00:32:37 +03:00
library.json Callback optimization 2016年07月18日 13:00:58 +03:00
library.properties bump version 2019年10月02日 12:07:50 +03:00
README.md Update README.md 2019年09月24日 22:33:05 +03:00

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