2020-08-21 12:30:50 +02:00
|
|
|
{
|
2025-01-21 12:18:05 +01:00
|
|
|
"name":"ESPAsyncTCP",
|
2020-08-21 12:30:50 +02:00
|
|
|
"description":"Asynchronous TCP Library for ESP8266",
|
|
|
|
"keywords":"async,tcp",
|
|
|
|
"authors":
|
|
|
|
{
|
2025-01-21 12:18:05 +01:00
|
|
|
"name": "ESP32Async",
|
2024-05-14 13:22:00 +02:00
|
|
|
"maintainer": true
|
2020-08-21 12:30:50 +02:00
|
|
|
},
|
|
|
|
"repository":
|
|
|
|
{
|
|
|
|
"type": "git",
|
2025-01-21 12:18:05 +01:00
|
|
|
"url": "https://github.com/ESP32Async/ESPAsyncTCP.git"
|
2020-08-21 12:30:50 +02:00
|
|
|
},
|
2024-05-14 13:22:00 +02:00
|
|
|
"version": "2.0.0",
|
2020-08-21 12:30:50 +02:00
|
|
|
"license": "LGPL-3.0",
|
|
|
|
"frameworks": "arduino",
|
2025-01-21 12:18:05 +01:00
|
|
|
"platforms": "espressif8266"
|
2020-08-21 12:30:50 +02:00
|
|
|
}
|