intelligent-agent / Reflash

Flasher image for Refactor distro for use with Recore 3D printer board
GNU Affero General Public License v3.0
2 stars 0 forks source link

Add support for wifi hotspot #35

Closed eliasbakken closed 4 months ago

eliasbakken commented 1 year ago

Reflash should check if there is wifi available on the board and set it up as a hotspot if it is available. Once the page has been served, the user should be able to do a scan of local wifi APs and select one that is appropriate. This will temporarily cause the connection to go down while doing the scan. The user can input their password and a connection to the local network should be attempted. If the connection is successful, the session can continue from there. If it not successful, the adapter should revert to being an access point. The credentials can be stored in a config file on the board and be transferred to the newly installed image if the user wants.

eliasbakken commented 1 year ago

Reflash gets set up as a hotspot if there is a wifi dongle connected. This has been tested with Rexfer.

eliasbakken commented 1 year ago

It seems that it's possible to interact with the application, but it is not possible to download an image.

eliasbakken commented 4 months ago

Merged in main. There is a timeout that needs addressing, but that can be handled in a different issue.