mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-02-04 21:07:43 +01:00
30 lines
442 B
JSON
Executable file
30 lines
442 B
JSON
Executable file
{
|
|
"daemon": {
|
|
"config": {
|
|
"refresh_time": 3600,
|
|
"enable_plugins": 0
|
|
},
|
|
"input": {
|
|
"type": "DotSo",
|
|
"name": "/tmp/libwifi_dataelements.so"
|
|
},
|
|
"output": {
|
|
"type": "UBUS",
|
|
"name": "bbfdm.dataelements"
|
|
}
|
|
},
|
|
"client": {
|
|
"config": {
|
|
"proto": "both",
|
|
"instance_mode": 0,
|
|
"enable_plugins": 0
|
|
},
|
|
"input": {
|
|
"type": "UBUS",
|
|
"name": "bbfdm.dataelements"
|
|
},
|
|
"output": {
|
|
"type": "CLI"
|
|
}
|
|
}
|
|
}
|