mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
37 lines
535 B
JSON
Executable file
37 lines
535 B
JSON
Executable file
{
|
|
"daemon": {
|
|
"config": {
|
|
"refresh_time": 10,
|
|
"enable_plugins": 1
|
|
},
|
|
"services": [
|
|
{
|
|
"ubus_obj": "bbfdm.dataelements",
|
|
"obj_mount": "Device.WiFi.",
|
|
"obj_name": "DataElements"
|
|
}
|
|
],
|
|
"input": {
|
|
"type": "DotSo",
|
|
"name": "/lib/libbbfdm.so"
|
|
},
|
|
"output": {
|
|
"type": "UBUS",
|
|
"name": "bbfdm"
|
|
}
|
|
},
|
|
"client": {
|
|
"config": {
|
|
"proto": "both",
|
|
"instance_mode": 0,
|
|
"enable_plugins": 0
|
|
},
|
|
"input": {
|
|
"type": "UBUS",
|
|
"name": "bbfdm"
|
|
},
|
|
"output": {
|
|
"type": "CLI"
|
|
}
|
|
}
|
|
}
|