Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
1–9 of 9 posts
Re: Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
#2I did something like that few months ago. Making JSONRPC bindings for everything was a hassle.
It was an error for OpenWRT to not standardise on RPC API and superglue the original LuCI to the UI
Re: Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
#3Re: Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
#4Very good. I did something like that few months ago. Making JSONRPC bindings for everything was a hassle. It was an error for OpenWRT to not standardise on RPC API and superglue the original LuCI to the UI
Re: Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
#5Finally a successor to dd-wrt?
Re: Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
#6Re: Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
#7Very good. I did something like that few months ago. Making JSONRPC bindings for everything was a hassle. It was an error for OpenWRT to not standardise on RPC API and superglue the original LuCI to the UI
Re: Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
#8Earlier quoted context omitted.
OpenWRT has been around for a long time.[0] I've been using it for at least 4 years. [0] https://en.wikipedia.org/wiki/Openwrt#Releases
Last time I touched it, it didn't have a GUI at all.
Re: Show HN: Oui – A web interface for OpenWrt implemented in Vue.js and Element-UI
#9Very good. I did something like that few months ago. Making JSONRPC bindings for everything was a hassle. It was an error for OpenWRT to not standardise on RPC API and superglue the original LuCI to the UI
huh? the API is ubus and this only speaks ubus via JSON-RPC as long you can talk internally ubus you should be fine and able to call everything via JSON-RPC via uhttpd-mod-ubus or owsd (with websockets / events)