2025-03-19 19:23:44 -06:00
|
|
|
# ubus
|
|
|
|
|
|
|
|
|
|
> Interact with an OpenWrt ubusd server.
|
|
|
|
|
> More information: <https://openwrt.org/docs/techref/ubus>.
|
|
|
|
|
|
|
|
|
|
- List available objects:
|
|
|
|
|
|
|
|
|
|
`ubus list`
|
|
|
|
|
|
|
|
|
|
- Retrieve system information in JSON format:
|
|
|
|
|
|
|
|
|
|
`ubus call system board`
|
|
|
|
|
|
|
|
|
|
- Listen to events:
|
|
|
|
|
|
|
|
|
|
`ubus subscribe {{event_name}}`
|
2025-04-03 20:36:56 -06:00
|
|
|
|
|
|
|
|
- Display help:
|
|
|
|
|
|
|
|
|
|
`ubus`
|