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 30
/
library.json
147 lines (147 loc) · 4.04 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
{
"name": "WebSockets2_Generic",
"version": "1.13.2",
"description": "WebSocket Server and Client for Arduino based on RFC6455, originally designed for ESP8266/ESP32. Now supports ESP8266, ESP32 (including ESP32-C3; ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, Portenta_H7, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00/ENC28J60/LAN8742A/LAN8720, ESP8266/ESP32-AT modules/shields, Portenta_H7 WiFi/Ethernet, as well as SINRIC / Alexa / Google Home. With updated SSL CA Certs, Fingerprint and InSecure mode. Now supporting ENC28J60 using either UIPEthernet or EthernetENC library, ESP32 using Ethernet and RP2-4-W using CYW43439 WiFi",
"keywords": "communication, wifinina, wt32-eth01, websocket, webserver, Sinric, Alexa, ethernet, QNEthernet, NativeEthernet, lan8742a, lan8720, esp32, esp8266, stm32, samd, nrf52, rp2040, ssl, Portenta-H7, wifi, wifi101, sam-due, rpi-pico, W5x00, W5500, ENC28J60, rp2040w, pico-w",
"authors": [
{
"name": "Gil Maimon",
"url": "https://github.com/gilmaimon/ArduinoWebsockets",
"email": "[email protected]"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "[email protected]",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/WebSockets2_Generic"
},
"homepage": "https://github.com/khoih-prog/WebSockets2_Generic",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "WiFiNINA_Generic",
"version": ">=1.8.15-1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "DoubleResetDetector_Generic",
"version": ">=1.8.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_SAMD",
"version": ">=1.3.2",
"platforms": ["atmelsam"]
},
{
"owner": "sebnil",
"name": "DueFlashStorage",
"version": ">=1.0.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WiFiWebServer",
"version": ">=1.10.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "EthernetWebServer",
"version": ">=2.3.0",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "WebServer_WT32_ETH01",
"version": "^1.5.1",
"platforms": ["espressif32"]
},
{
"owner": "khoih-prog",
"name": "EthernetWebServer_STM32",
"version": ">=1.5.0",
"platforms": ["ststm32"]
},
{
"owner": "khoih-prog",
"name": "FlashStorage_STM32",
"version": ">=1.2.0",
"platforms": ["ststm32"]
},
{
"owner": "khoih-prog",
"name": "SinricPro_Generic",
"version": ">=2.8.5",
"platforms": ["*"]
},
{
"owner": "stm32duino",
"name": "STM32duino LwIP",
"version": ">=2.1.2",
"platforms": ["ststm32"]
},
{
"owner": "stm32duino",
"name": "STM32Ethernet",
"version": ">=1.3.0",
"platforms": ["ststm32"]
},
{
"owner": "uipethernet",
"name": "UIPEthernet",
"version": ">=2.0.12",
"platforms": ["*"]
},
{
"owner": "jandrassy",
"name": "EthernetENC",
"version": ">=2.0.3",
"platforms": ["*"]
},
{
"owner": "jandrassy",
"name": "WiFiEspAT",
"version": ">=1.4.1",
"platforms": ["*"]
},
{
"owner": "khoih-prog",
"name": "Ethernet_Generic",
"version": "^2.7.1"
},
{
"owner": "khoih-prog",
"name": "WiFi101_Generic",
"version": "^1.0.0",
"platforms": ["*"]
},
{
"owner": "ssilverman",
"name": "QNEthernet",
"version": ">=0.17.0",
"platforms": ["teensy"]
}
],
"license": "LGPL-3.0",
"frameworks": "*",
"platforms": "*",
"examples": "examples/*/*/*.ino",
"headers": ["WebSockets2_Generic.h"]
}