mirror of https://github.com/arendst/Tasmota.git
18 lines
374 B
JSON
18 lines
374 B
JSON
{
|
|
"name":"ESPAsyncUDP",
|
|
"description":"Asynchronous UDP Library for ESP8266",
|
|
"keywords":"async,udp,server,client,multicast,broadcast",
|
|
"authors":
|
|
{
|
|
"name": "Hristo Gochkov",
|
|
"maintainer": true
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/me-no-dev/ESPAsyncUDP.git"
|
|
},
|
|
"frameworks": "arduino",
|
|
"platforms":"espressif"
|
|
}
|