geekman / xqrepack

patch XiaoQiang images to maintain SSH & UART access
136 stars 42 forks source link

[Question] Editing router settings #13

Closed steakscience closed 3 years ago

steakscience commented 3 years ago

Hi, Since router settings can be edited via various files exposed in ssh, would it be possible for someone to extend this and build a web GUI to edit the router's settings?

I'm asking because the Xiaomi interface exposes very few settings. And the other end of the spectrum is the OpenWRT port which may take a long time.

geekman commented 3 years ago

Yes it is possible, of course. Maybe an easier way to achieve this might be to just replace the current web UI with the stock web UI from OpenWRT. It will take some effort to do and maintain as Xiaomi updates their firmware. xqrepack just does the bare minimum to allow users to access the router's internals, and it's not meant to be an alternative firmware.

steakscience commented 3 years ago

Thank you!