hagaygo / OpenWrtManager

Mobile app for interacting with your OpenWrt device.
GNU General Public License v3.0
145 stars 10 forks source link

SSH instead of Luci #30

Closed d687r02j8g closed 1 year ago

d687r02j8g commented 1 year ago

Is there a possibility of using SSH instead or as well as Luci for the retrieval of data?

I could help investigating the equivalent SSH commends to get the data.

hagaygo commented 1 year ago

What features are you missing ?

There might be a possibility, I am not sure its a good idea.

1.SSH is not stateless like HTTP , so a constant connection to the device will have to be kept while refreshing and it would be quite slower. 2.While LuCI is main stream supported and at least so far rest API did not really change, ssh commands has much higher chance of changing over time.

d687r02j8g commented 1 year ago

Valid points.

I was considering building images without luci but on reflection the gain would be negligible.