2020-09-13 23:05:46 -04:00
{
"name" : "AsyncHTTPRequest_Generic" ,
2021-10-09 15:12:57 -04:00
"version" : "1.3.1" ,
2021-07-10 00:19:34 -04:00
"description" : "Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of AsyncTCP libraries, such as AsyncTCP, ESPAsyncTCP, AsyncTCP_STM32, etc.. for ESP32 (including ESP32-S2), WT32_ETH01 (ESP32 + LAN8720), ESP8266 and currently STM32 with LAN8720 or built-in LAN8742A Ethernet." ,
"keywords" : "communication, async, tcp, http, ESP8266, ESP32, ESP32-S2, wt32-eth01, ESPAsyncTCP, AsyncTCP, stm32, ethernet, wifi, lan8742a, lan8720, f407ve, nucleo, nucleo-144, stm32f7, stm32f4" ,
2020-09-13 23:05:46 -04:00
"authors" : [
{
"name" : "Bob Lemaire" ,
2020-09-16 11:15:57 -04:00
"url" : "https://github.com/boblemaire"
} ,
2020-09-13 23:05:46 -04:00
{
"name" : "Khoi Hoang" ,
"url" : "https://github.com/khoih-prog" ,
"email" : "khoih.prog@gmail.com" ,
2020-09-16 11:15:57 -04:00
"maintainer" : true
2020-09-13 23:05:46 -04:00
}
] ,
"repository" :
{
"type" : "git" ,
"url" : "https://github.com/khoih-prog/AsyncHTTPRequest_Generic"
} ,
"license" : "MIT" ,
"frameworks" : "arduino" ,
2020-12-23 17:35:01 -05:00
"dependencies" :
[
2020-09-13 23:05:46 -04:00
{
2020-11-25 16:13:30 -05:00
"owner" : "me-no-dev" ,
2020-09-13 23:05:46 -04:00
"name" : "AsyncTCP" ,
2020-12-23 17:35:01 -05:00
"version" : ">=1.1.1" ,
2020-11-25 16:13:30 -05:00
"platforms" : [ "espressif32" ]
2020-09-13 23:05:46 -04:00
} ,
{
2020-11-25 16:13:30 -05:00
"owner" : "me-no-dev" ,
2021-02-11 15:00:45 -05:00
"name" : "ESPAsyncTCP" ,
2020-12-23 17:35:01 -05:00
"version" : ">=1.2.2" ,
2020-09-13 23:05:46 -04:00
"platforms" : "espressif8266"
} ,
{
2021-10-09 15:12:57 -04:00
"owner" : "khoih-prog" ,
2020-09-13 23:05:46 -04:00
"name" : "ESPAsync_WiFiManager" ,
2021-10-09 15:12:57 -04:00
"version" : ">=1.9.4" ,
2020-09-13 23:05:46 -04:00
"platforms" : [ "espressif8266" , "espressif32" ]
} ,
{
2020-11-25 16:13:30 -05:00
"owner" : "stm32duino" ,
2020-09-13 23:05:46 -04:00
"name" : "STM32duino LwIP" ,
2020-12-23 17:35:01 -05:00
"version" : ">=2.1.2" ,
2020-09-13 23:05:46 -04:00
"platforms" : "ststm32"
} ,
{
2020-11-25 16:13:30 -05:00
"owner" : "stm32duino" ,
"name" : "STM32Ethernet" ,
2020-12-23 17:35:01 -05:00
"version" : ">=1.2.0" ,
2020-09-13 23:05:46 -04:00
"platforms" : "ststm32"
2020-10-01 15:46:43 -04:00
} ,
2021-02-25 16:51:32 -05:00
{
"owner" : "lorol" ,
"name" : "LittleFS_esp32" ,
2021-04-12 00:32:52 -04:00
"version" : ">=1.0.6" ,
2021-02-25 16:51:32 -05:00
"platforms" : [ "espressif32" ]
} ,
2021-07-10 00:19:34 -04:00
{
2021-10-09 15:12:57 -04:00
"owner" : "khoih-prog" ,
2021-07-10 00:19:34 -04:00
"name" : "WebServer_WT32_ETH01" ,
2021-10-09 15:12:57 -04:00
"version" : ">=1.2.1" ,
2021-07-10 00:19:34 -04:00
"platforms" : [ "espressif32" ]
} ,
2020-09-13 23:05:46 -04:00
{
2021-03-22 20:48:42 -04:00
"name" : "STM32AsyncTCP" ,
2021-03-22 20:22:33 -04:00
"version" : "https://github.com/khoih-prog/STM32AsyncTCP"
2020-09-13 23:05:46 -04:00
}
2020-11-25 16:13:30 -05:00
] ,
"platforms" : [ "espressif8266" , "espressif32" , "ststm32" ]
2020-09-13 23:05:46 -04:00
}