forked from khoih-prog/FTPClient_Generic
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
50 lines (49 loc) · 1.77 KB
/
library.json
File metadata and controls
50 lines (49 loc) · 1.77 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "FTPClient_Generic",
"version": "1.6.0",
"description": "FTP Client for Generic boards such as AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RP2040W, etc.), ESP32/ESP8266 using Ethernet. FTP Client can use WiFi (ESP_WiFi, Portenta_H7 WiFi, WiFiNINA, WiFi101, RP2040W, U-Blox W101, W102, ESP8266/ESP32-AT), Ethernet W5100, W5100S, W5200, W5500, W6100, ENC28J60, Portenta_H7 Ethernet or Teensy 4.1 NativeEthernet/QNEthernet. Now supporting other new FTP Servers, such as `vsftpd` in Linux, Ubuntu, Rasbberry Pi, etc. and ESP32/ESP8266 using Ethernet W5x00 or ENC28J60",
"keywords": "communication, data, ftp, ftp-client, wifi, WiFiNINA, ethernet, teensy, teensy41, qnethernet, native-ethernet, w5x00, w6100, ethernet-generic, portenta-h7, rp2040, SAM-DUE, SAMD, STM32, nRF52, mega-avr",
"authors": [
{
"name": "Leonardo Bispo",
"url": "https://github.com/ldab"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "khoih.prog@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/FTPClient_Generic.git"
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "Functional-Vlpp",
"version": "^1.0.2"
},
{
"owner": "khoih-prog",
"name": "Ethernet_Generic",
"version": "^2.8.1"
}
],
"homepage": "https://github.com/khoih-prog/FTPClient_Generic",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"license": "MIT",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"headers": ["FTPClient_Generic.h", "FTPClient_Generic.hpp"]
}