This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
library.json
88 lines (88 loc) · 2.38 KB
/
library.json
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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "UPnP_Generic",
"version": "3.5.0",
"description": "Automatically add port mappings to router using UPnP SSDP for Arduino boards, running on nRF52, SAMD21/SAMD51, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, WT32_ETH01 boards, Portenta_H7, etc. besides ESP8266/ESP32, using ESP WiFi, WiFiNINA, Ethernet W5x00, LAN8720, ESP8266/ESP32 AT-command WiFi. Ethernet_Generic library is used as default for W5x00",
"keywords": "uPnP, SSDP, router, port-mappings, port-forwarding, mbed, wifi, ethernet, wifinina, w5x00, communication, esp32, esp8266, samd, nrf52, stm32, nano-rp2040-connect, rp2040, wt32-eth01, Portenta-H7, rpi-pico, nano-33-iot",
"authors":
[
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "[email protected]",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/UPnP_Generic"
},
"homepage": "https://github.com/khoih-prog/UPnP_Generic",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies": [
{
"owner": "khoih-prog",
"name": "WiFiNINA_Generic",
"version": ">=1.8.14-3",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "EthernetWebServer",
"version": ">=2.1.2",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "Ethernet_Generic",
"version": "^2.0.1"
},
{
"owner": "khoih-prog",
"name": "EthernetWebServer_STM32",
"version": ">=1.4.0",
"platforms": ["ststm32", "stm32"]
},
{
"owner": "khoih-prog",
"name": "WebServer_WT32_ETH01",
"version": ">=1.4.1",
"platforms": ["espressif32"]
},
{
"owner": "khoih-prog",
"name": "WiFiWebServer",
"version": ">=1.7.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "ESP8266_AT_WebServer",
"version": ">=1.5.3",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "DDNS_Generic",
"version": ">=1.6.1",
"platforms": ["*"]
},
{
"owner": "ssilverman",
"name": "QNEthernet",
"version": ">=0.14.0",
"platforms": ["teensy"]
}
],
"frameworks": "*",
"platforms": "*",
"license": "GPL-3.0-or-later",
"examples": "examples/*/*/*.ino",
"headers": ["UPnP_Generic.h", "UPnP_Generic.hpp"]
}