UnchartedBull / OctoDash

OctoDash is a simple, but beautiful dashboard for OctoPrint.
https://unchartedbull.github.io/OctoDash/index.html
Apache License 2.0
1.02k stars 226 forks source link

Wifi Manager at start for Touchscreens #767

Open Kefier opened 4 years ago

Kefier commented 4 years ago

It would be nice if OctoDash has a Wifi Setup Menu at the startup so you can login into your Wlan. Like in Octoscreen, where you can easy scan the wifi area and connect. This and an implemented keyboard to write on a touchscreen would make octodash perfect. :*

UnchartedBull commented 4 years ago

Keyboard is tracked in #762 and definitely will come. Regarding the WiFi thing - I have to check whether that is possible with electron and how much effort that will be. If it is possible, it shouldn't be a big problem to implement though.

charlespick commented 3 years ago

I haven't been able to find a way to get electron to work with wifi directly. How do we feel about using a Node backend to perform more system stuff in Octodash? It could be optional, control wifi, apt updates, etc. Wifi would be easy to implement using node-wifi.

UnchartedBull commented 3 years ago

Yes node-wifi is definitely the way to go. Somebody mentioned ~2 weeks ago, that they'll take care of that. I haven't heard anything from them yet though. We decided on node-wifi though :)