This repository was archived by the owner on Feb 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
51 lines (51 loc) · 1.63 KB
/
library.json
File metadata and controls
51 lines (51 loc) · 1.63 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
50
51
{
"name":"AsyncHTTPRequest_Teensy41",
"version": "1.10.0",
"description":"Simple Async HTTP Request library, supporting GET, POST, PUT, PATCH, DELETE and HEAD, on top of Teensy41_AsyncTCP for Teensy 4.1 using QNEthernet. This library is one of the current or future Async libraries to support Teensy 4.1 using QNEthernet, such as AsyncHTTPRequest_Generic, AsyncHTTPSRequest_Generic, AsyncMQTT_Generic, Teensy41_AsyncWebServer, Teensy41_AsyncUDP, Teensy41_AsyncDNSServer, AsyncHTTPRequest_Teensy41_SSL, etc",
"keywords":"communication, async, tcp, http, async-tcp, async-http, teensy, teensy41, teensy-41, qnethernet, lwip",
"authors": [
{
"name": "Bob Lemaire",
"url": "https://github.com/boblemaire"
},
{
"name": "Khoi Hoang",
"url": "https://github.com/khoih-prog",
"email": "khoih-dot-prog@gmail.com",
"maintainer": true
}
],
"repository":
{
"type": "git",
"url": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41.git"
},
"dependencies":
[
{
"owner": "khoih-prog",
"name": "Teensy41_AsyncTCP",
"version": ">=1.1.0",
"platforms": ["teensy", "avr"]
},
{
"owner": "ssilverman",
"name": "QNEthernet",
"version": ">=0.17.0",
"platforms": ["teensy"]
}
],
"homepage": "https://github.com/khoih-prog/AsyncHTTPRequest_Teensy41",
"export": {
"exclude": [
"linux",
"extras",
"tests"
]
},
"license": "GPL-3.0",
"frameworks": "*",
"platforms": ["teensy", "avr"],
"examples": "examples/*/*/*.ino",
"headers": ["AsyncHTTPRequest_Teensy41.h", "AsyncHTTPRequest_Teensy41.hpp"]
}