-
Notifications
You must be signed in to change notification settings - Fork 38
/
Copy pathlibrary.json
45 lines (45 loc) · 1.28 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": "RFQuack",
"version": "0.0.3",
"description": "RFQuack is a versatile RF-analysis tool that allows you to sniff, analyze, and transmit data over the air. Similarly to RFCat, RFQuack has a Python-based scriptable shell that allows you to set parameters, receive, transmit, and so on.",
"keywords": "RF, Radio, GSM, nRF24, CC1101",
"authors": [
{
"name": "Federico Maggi",
"url": "https://github.com/phretor",
"maintainer": true
},
{
"name": "RFQuack Community",
"url": "https://github.com/rfquack",
"maintainer": false
},
{
"name": "Trend Micro Incorporated",
"url": "https://github.com/trendmicro",
"maintainer": false
}
],
"repository": {
"type": "git",
"url": "https://github.com/rfquack/RFQuack.git"
},
"homepage": "https://github.com/rfquack/RFQuack",
"export": {
"include": ["src/*"]
},
"frameworks": ["arduino"],
"platforms": ["platformio/espressif32@^5.2.0"],
"dependencies": {
"RadioLib": "https://github.com/rfquack/RadioLib",
"nanopb/Nanopb": "~0.4.6",
"vshymanskyy/TinyGSM": "~0.6.0",
"256dpi/MQTT": "2.4.7",
"SMFSW/Queue": "1.6",
"thijse/ArduinoLog": "~1.0.3",
"Densaugeo/base64": "1.4.0"
},
"build": {
"unflags": "-fno-rtti"
}
}