-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlibrary.json
More file actions
41 lines (41 loc) · 938 Bytes
/
library.json
File metadata and controls
41 lines (41 loc) · 938 Bytes
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
{
"name": "SerialNetworkBridge",
"version": "2.0.0",
"description": "A serial-to-network bridge allowing non-networked Arduino boards (Uno, Nano, STM32, etc.) to perform TCP, UDP, WebSocket, and SSL/TLS client operations via a WiFi-capable host (ESP32) or a PC/Raspberry Pi (Python).",
"keywords": [
"TCP",
"UDP",
"WebSocket",
"serial",
"bridge",
"WiFi",
"ESP32",
"ESP8266",
"client",
"SSL",
"TLS",
"python",
"pc-host",
"gateway"
],
"repository": {
"type": "git",
"url": "https://github.com/mobizt/SerialNetworkBridge"
},
"authors": [
{
"name": "mobizt",
"email": "suwatchai@outlook.com",
"maintainer": true
}
],
"license": "MIT",
"frameworks": "arduino",
"platforms": "*",
"headers": [
"SerialNetworkBridge.h"
],
"dependencies": [
"ArduinoMqttClient","WebSockets"
]
}