Wireless connections
This page is on wireless connections, and how you can set them up using the VBOX Touch’s built-in wireless software.
A framework has been created to make this easier to use. It can be imported like so:
from net_new import network
This imports the Network() class that is a singleton class that everything is run from.
Note:
There are other modules that allow the connection to WiFi however these are much more difficult to use and lack some features so we advise against using them.