-
Notifications
You must be signed in to change notification settings - Fork 75
/
library.json
43 lines (43 loc) · 1.35 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
{
"name": "zenoh-pico",
"version": "1.0.0.0",
"description": "The Eclipse Zenoh: Zero Overhead Pub/sub, Store/Query and Compute. It unifies data in motion, data in-use, data at rest and computations. It carefully blends traditional pub/sub with geo-distributed storages, queries and computations, while retaining a level of time and space efficiency that is well beyond any of the mainstream stacks. Zenoh-Pico is the implementation able to scale down to extremely constrainded devices and networks.",
"keywords": [
"pubsub",
"publish",
"subscribe",
"query",
"distributed data distribution"
],
"homepage": "https://zenoh.io/",
"repository": {
"type": "git",
"url": "https://github.com/eclipse-zenoh/zenoh-pico"
},
"authors": {
"name": "ZettaScale Technology Zenoh Team",
"email": "[email protected]",
"url": "https://www.zettascale.tech/",
"maintainer": true
},
"license": "Apache-2.0 OR EPL-2.0",
"frameworks": [
"arduino",
"espidf",
"mbed",
"zephyr"
],
"headers": [
"zenoh-pico.h"
],
"examples": [
"examples"
],
"dependencies": {
"BluetoothSerial": "0.16.1",
"FreeRTOS": "1.0.0"
},
"build": {
"extraScript": "extra_script.py"
}
}