mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-01-28 01:47:18 +01:00
27 lines
329 B
JSON
Executable file
27 lines
329 B
JSON
Executable file
{
|
|
"daemon": {
|
|
"config": {
|
|
},
|
|
"input": {
|
|
"type": "DotSo",
|
|
"name": "/lib/libbbfdm.so"
|
|
},
|
|
"output": {
|
|
"type": "UBUS",
|
|
"name": "bbfdm"
|
|
}
|
|
},
|
|
"cli": {
|
|
"config": {
|
|
"proto": "both",
|
|
"instance_mode": 0
|
|
},
|
|
"input": {
|
|
"type": "UBUS",
|
|
"name": "bbfdm"
|
|
},
|
|
"output": {
|
|
"type": "CLI"
|
|
}
|
|
}
|
|
}
|