bbfdm/json/input.json
2023-05-08 18:40:02 +02:00

30 lines
401 B
JSON
Executable file

{
"daemon": {
"config": {
"refresh_time": 10,
"enable_plugins": 1
},
"input": {
"type": "DotSo",
"name": "/lib/libbbfdm.so"
},
"output": {
"type": "UBUS",
"name": "bbfdm"
}
},
"client": {
"config": {
"proto": "usp",
"instance_mode": 0,
"enable_plugins": 0
},
"input": {
"type": "UBUS",
"name": "bbfdm"
},
"output": {
"type": "CLI"
}
}
}