mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-28 01:15:26 +02:00
17 lines
298 B
Markdown
17 lines
298 B
Markdown
![]() |
# ubus
|
||
|
|
||
|
> Interactúa con un servidor ubusd OpenWrt.
|
||
|
> Más información: <https://openwrt.org/docs/techref/ubus>.
|
||
|
|
||
|
- Lista los objetos disponibles:
|
||
|
|
||
|
`ubus list`
|
||
|
|
||
|
- Recupera información del sistema en formato JSON:
|
||
|
|
||
|
`ubus call system board`
|
||
|
|
||
|
- Escucha eventos:
|
||
|
|
||
|
`ubus subscribe {{nombre_evento}}`
|