logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Ubus Control - Interact with OpenWrt Ubus Daemon | Online Free DevTools by Hexmos

Control ubus daemons with Ubus Control, a command-line tool for interacting with OpenWrt's ubusd. List objects, retrieve system info in JSON. Free online tool, no registration required.

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

  • Display help:

ubus

See Also