mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
42 lines
637 B
JSON
Executable file
42 lines
637 B
JSON
Executable file
{
|
|
"daemon": {
|
|
"config": {
|
|
"refresh_time": 10,
|
|
"enable_plugins": 1
|
|
},
|
|
"services": [
|
|
{
|
|
"ubus_obj": "bbfdm.bulkdata",
|
|
"obj_mount": "Device.",
|
|
"obj_name": "BulkData"
|
|
},
|
|
{
|
|
"ubus_obj": "bbfdm.periodicstats",
|
|
"obj_mount": "Device.",
|
|
"obj_name": "PeriodicStatistics"
|
|
}
|
|
],
|
|
"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"
|
|
}
|
|
}
|
|
}
|