-
Notifications
You must be signed in to change notification settings - Fork 239
/
library.json
45 lines (45 loc) · 1.11 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
{
"name": "PJON",
"description": "PJON is an open-source, multi-master, multi-media network protocol stack",
"homepage": "https://github.com/gioblu/PJON",
"keywords": "pjon, communication, bus, protocol, network, multimaster, iot, ethernet, wifi, tcp, udp, usb, rs232, rs485, ask, fsk, ook, pjdl, pjdlr, pjdls, lora, arduino, esp8266, esp32, teensy, attiny, windows, linux, apple, android",
"license": "Apache-2.0",
"authors":
{
"name": "Giovanni Blu Mitolo",
"email": "[email protected]",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://github.com/gioblu/PJON.git"
},
"version": "13.1",
"examples": [
"examples/*/*/*/*/*.ino",
"examples/*/*/*/*/*.h",
"examples/*/*/*/*/*/*.ino",
"examples/*/*/*/*/*/*.h",
"examples/*/*/*/*/*/*/*.ino",
"examples/*/*/*/*/*/*/*.h"
],
"frameworks": [
"arduino",
"wiringpi",
"zephyr"
],
"platforms": [
"atmelavr",
"atmelsam",
"espressif8266",
"espressif32",
"teensy",
"linux_x86_64",
"windows_x86",
"ststm32"
],
"build" : {
"flags": "-std=c++11"
}
}