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 21
/
library.json
54 lines (54 loc) · 1.73 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
{
"name": "EthernetWebServer_STM32",
"version": "1.5.0",
"keywords": "WebServer, built-in-Ethernet, STM32F, STM32L, STM32H, STM32G, STM32WB, STM32MP1, Ethernet-shield, Nucleo-144, Nucleo-64, Nucleo-32, LAN8742A, LAN8720, ENC28J60, W5x00, W5500, W5100, Ethernet, Ethernet2, Ethernet3, EthernetLarge, EtnernetENC, UIPEthernet, HTTP-Client, WebSocket-Client, server, client, websocket",
"description": "Simple Ethernet WebServer, HTTP Client and WebSocket Client library for STM32F/L/H/G/WB/MP1 boards running built-in Ethernet LAN8742A, LAN8720 or Ethernet W5x00, ENC28J60 shields. Ethernet_Generic library is used as default for W5x00, Now W5x00 can use any custom hardware / software SPI",
"authors":
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/EthernetWebServer_STM32"
},
"homepage": "https://github.com/khoih-prog/EthernetWebServer_STM32",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"dependencies":
[
{
"owner": "stm32duino",
"name": "STM32duino LwIP",
"version": "^2.1.2",
"platforms": "ststm32"
},
{
"owner": "stm32duino",
"name": "STM32Ethernet",
"version": "^1.3.0",
"platforms": "ststm32"
},
{
"owner": "khoih-prog",
"name": "Functional-Vlpp",
"version": "^1.0.2"
},
{
"owner": "khoih-prog",
"name": "Ethernet_Generic",
"version": "^2.7.1"
}
],
"frameworks": "arduino",
"platforms": "ststm32",
"examples": "examples/*/*/*.ino",
"headers": ["EthernetWebServer_STM32.h", "EthernetWebServer_STM32.hpp", "EthernetHttpClient_STM32.h"]
}