Skip to content
This repository was archived by the owner on Jul 15, 2020. It is now read-only.

Testing on WoT Base Image

Andre Natal edited this page Jan 25, 2018 · 5 revisions

Follow these steps to test this code on a Mozilla WoT gateway image running on Raspberry PI

  1. Connect to a terminal in your Raspberry PI
  2. Login as superuser (sudo su)
  3. Browse to /root/gateway-wifi-setup
  4. Add a remote pointing to this repo git remote add upstream https://github.com/mozilla-iot/gateway-wifi-setup and update it it git fetch && git pull
  5. Merge any appropriate branch or code you might need
  6. Delete the file wifiskip and remove any network previously configured from /etc/wpa_supplicant/wpa_supplicant.conf
  7. Restart using reboot and the AP Mozilla WoT Gateway should start to broadcast, and once you're connected to it, the captive portal will open in your browser on the device you used to connect
Clone this wiki locally