Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 768 Bytes

RUN.md

File metadata and controls

12 lines (10 loc) · 768 Bytes

Running python-wifi-connect

If you missed it, this is how you install the application.

Running

  1. To see help: ./scripts/run.sh -h
  2. To run and exit if there is an active connection: sudo ./scripts/run.sh
  3. To run and delete any active connections first: sudo ./scripts/run.sh -d
  4. Go look for the PFC_EDU-<unique name> hotspot on your phone or laptop, you may have to turn OFF your wifi and turn it back on to see it. If you pick it, the portal will pop up.
  5. Select one of the available wifis, and fill in the required security fields and click 'Connect'.
  6. The application will exit when it is successfully connected.
  7. If the user types an incorrect password, the hotspot is recreated and they can connect to it again to retry.