At the present time, there are only two ways to change the WiFi mode for GPGOS:
The Canonical Way:
Boot into GPGOS, enter “Dexter” mode via the web browser, and change the Wifi mode. (And then mess with the /etc/System symlink if you don’t want the 'bot to revert to access point mode at the next reboot.)
The Back-Door Way:
Boot to the desktop, then add/remove/rename the “access-point” symlink in /etc/System (or something like that), and then force a reboot.
It would be very good if there were a way, during the actual boot process, to select the WiFi access mode.
For example:
I am doing something with the robot and I want to test it in both “Access Point” mode and “Local Network” mode.
It would be very convenient if I could, (for example), set a dip-switch that would select the WiFi access mode for the next reboot. The existance of a file in the boot directory or a kernel boot parameter could be easily managed using a dip-switch.
Thinking about this, I could check the dip-switch at boot-time, check for the presence or absence of the symlink, and, (if necessary), change it to match the requested mode and then force a reboot.
However that’s clumsy and could easily create a boot-loop if exceptions are not carefully handled.
It would be better if there was a switch, or parameter, that could be passed at boot time that would accomplish that.
I can pass kernel/system parameters via the kernel boot command-line. I am just not sure how to go about grabbing them post boot as a part of the startup process and using them.
Thank you for all of these great details to bring to our team! We’re completely buried with work at the end of the month, but I’ll make sure Nicole and the rest of the team get eyes on this shortly.