You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At the moment, we have two projects in one repository, which is kind of unwieldy.
The web interface
The JSON.cgi API
There's no reason to install the web interface on every device when it can control them all from a single location (on your desktop even), as long as you have the JSON.cgi API installed on the devices.
We should really separate these out, both to save space on the devices, but also to simplify development.
The text was updated successfully, but these errors were encountered:
We can simplify by using OpenWrt ubus
jshn can be used to generate JSON.
TBH the UI is anyway small and if anybody don't want UI the can just install json.sh
At the moment, we have two projects in one repository, which is kind of unwieldy.
There's no reason to install the web interface on every device when it can control them all from a single location (on your desktop even), as long as you have the JSON.cgi API installed on the devices.
We should really separate these out, both to save space on the devices, but also to simplify development.
The text was updated successfully, but these errors were encountered: