bbfdm/json/input.json
2023-04-26 22:43:57 +02:00

27 lines
335 B
JSON
Executable file

{
"daemon": {
"config": {
},
"input": {
"type": "DotSO",
"name": "/usr/lib/libbbfdm.so"
},
"output": {
"type": "UBUS",
"name": "bbfdm"
}
},
"client": {
"config": {
"proto": "usp",
"instance_mode": 0
},
"input": {
"type": "UBUS",
"name": "bbfdm"
},
"output": {
"type": "CLI"
}
}
}