bbfdm/test/wifi_dataelements/wifi_dataelements.json
2023-05-16 14:13:03 +00:00

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"
}
}
}