-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathlibrary.json
24 lines (24 loc) · 859 Bytes
/
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
{
"name": "VanBus",
"keywords": "van-bus, van-bus-packets, car, arduino, automotive, protocol, psa, peugeot, citroen, esp8266, network, sniffer, receiver, can, can-bus, m2m, iot",
"description": "Vehicle Area Network (VAN) bus packet reader/writer, for reading from and writing to a VAN bus as used by PSA (Peugeot, Citroen) for various models up to 2009. It supports the Espressif ESP8266/8285 and ESP32 family hardware.",
"repository": {
"type": "git",
"url": "/~https://github.com/0xCAFEDECAF/VanBus"
},
"authors": [
{
"name": "Erik Tromp",
"maintainer": true
}
],
"version": "0.4.1",
"exclude": "tests",
"examples": "examples/*/*.ino",
"frameworks": "arduino",
"platforms": [
"espressif8266",
"espressif32"
],
"license": "MIT"
}