-
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) · 980 Bytes
/
library.json
File metadata and controls
41 lines (41 loc) · 980 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": "libZenohBase",
"version": "0.0.1",
"description": "A library of esp32 classes (nodes) to share simplified connection wrappers for signalk over zenoh",
"keywords": [
"esp32",
"signalk",
"arduino",
"zenoh",
"pubsub",
"publish",
"subscribe",
"query",
"distributed data distribution"
],
"homepage": "https://github.com/rob42/libZenohBase/",
"repository": {
"type": "git",
"url": "https://github.com/rob42/libZenohBase"
},
"authors": {
"name": "Robert Huitema",
"email": "robert@42.co.nz",
"url": "https://www.42.co.nz/",
"maintainer": true
},
"license": "Apache-2.0 OR EPL-2.0",
"frameworks": [
"arduino"
],
"headers": [
"zenohBase.h"
],
"examples": [
"examples"
],
"dependencies": {
"BluetoothSerial": "0.16.1",
"FreeRTOS": "1.0.0"
}
}