bbfdm/docs/api/uci/bbfdm.md
Amin Ben Romdhane fa69524868
Multiple updates
- Transaction APIs removed
- Use different save dirs per proto
- In process instance update notifier
- Use event based refresh timer
- Commit changes from main daemon for default proto
- For add request commit changes without reload for default proto
- extend bbf.config to monitor based on input
- extend bbf.config to reload/commit based on input
- extend bb.config to provide list of service changes based on proto
2024-08-17 07:18:35 +00:00

9.8 KiB

UCI Config

bbfdmd
section
description
multi
options
bbfdmd
BBFDM daemon Settings
false
name
type
required
default
description
debug
boolean
no
Enabled debug logging
sock
string
no
Path for ubus socket to register bbfdmd services
loglevel
integer
no
1
Internal loglevel for debugging {0: No Logs; 1: Errors only; 2: Errors and warnings; 3: Error, warning and info; 4: Everything}
subprocess_level
integer
no
2
This parameter configures when subprocess can be used for get operation. Level here denotes the Datamodel object depth up-to which subprocess will be used to collect the get data. For example, if this is configured to 1, then only get for 'Device.' shall be called within the subprocess. If configured as level 2, then all the get with up-to depth 2 like 'Device.WiFi.', 'Device.IP.' shall be called in subprocess.
bbf_caching_time
integer
no
0
Max caching time in seconds for ubus output used in datamodel parameters. If not configured, output shall be cleared end the end of call.
refresh_time
integer
no
5
The time period in seconds after which bbfdmd will refresh the datamodel instances in a periodic manner. If configured to '0' then instance updater will be disabled. If not configured at all then after every 5 seconds datamodel instances will be refreshed.