mirror of
https://github.com/IoTManagerProject/IoTManager.git
synced 2026-03-26 14:12:16 +03:00
22 lines
658 B
JSON
22 lines
658 B
JSON
{
|
|
"name": "SimpleFTPServer",
|
|
"description": "Simple FTP Server for using esp8266, esp32, STM32, Arduino",
|
|
"keywords": "arduino, esp8266, esp32, stm32, rp2040, Raspberry Pi, ftp, FtpServer, spiffs, Fat, LittleFS, Ethernet, WiFi, WiFiNINA",
|
|
"homepage": "https://www.mischianti.org/category/my-libraries/simple-ftp-server/",
|
|
"authors":
|
|
{
|
|
"name": "Renzo Mischianti",
|
|
"email": "renzo.mischianti@gmail.com",
|
|
"url": "https://www.mischianti.org"
|
|
},
|
|
"repository":
|
|
{
|
|
"type": "git",
|
|
"url": "https://github.com/xreef/SimpleFTPServer"
|
|
},
|
|
"url": "https://www.mischianti.org",
|
|
"frameworks": "Arduino",
|
|
"version": "2.1.6",
|
|
"platforms": "*"
|
|
}
|