RaspiWiFi is a program to headlessly configure a Raspberry Pi's WiFi connection using any other WiFi-enabled device (much like the way a Chromecast or similar device can be configured). RaspiWiFi has been tested with the Raspberry Pi B+, Raspberry Pi 3, and Raspberry Pi Zero W.
- This version has been updated for use in Raspbian Stretch (as of June 2018 release).
- This version no longer affects
/etc/network/interfaces
. It now configures via/etc/dhcpcd.conf
and runsdnsmasq
for DNS server instead ofisc-dhcp-server
.
To install:
git clone https://github.com/marvmex/IoT-RaspiWiFi.git
cd IoT-RaspiWiFi
sudo sh start.sh
This script will install all necessary prerequisites, copy configuration files, and reboot. When it finishes booting it should present itself in "Configuration Mode" as a WiFi access point with the SSID pi-IoT. (http://10.0.0.1:10 and configure your WiFi, reboots and ready to conquer with your amazing system).
Comments