Skip to content

Releases: jasbur/RaspiWiFi

Compatibility update for Raspbian Stretch

23 Oct 03:13
Compare
Choose a tag to compare
v1.2.1

Added compatibility fixes for Raspbian Stretch. Also removed depricat…

v1.2

02 Oct 21:31
Compare
Choose a tag to compare

Changed the method of determining the RaspiWifi installation during initial setup. This should hopefully resolve some issues during setup for some people.

v1.1

31 Aug 04:44
Compare
Choose a tag to compare

Fixed a bug with the initial setup to account for possible errors when attempting to find the working directory.

1.0

03 Feb 18:08
Compare
Choose a tag to compare
1.0

RaspiWiFi is a program to headlessly configure a Raspberry Pi's WiFi connection using 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+and the Raspberry Pi 3. Although, it should technically work with any Raspberry Pi that has WiFi hardware.

This is the first feature-complete and fully-working version of RaspiWiFi. The configuration page has no styling yet. It's a bit ugly, but functional. Full installation and usage instructions can be found in the README file.

v0.9.1

30 Jan 00:57
Compare
Choose a tag to compare

All paths are relative and everything should be functionally complete. Design of the Configuration App and possibly converting the reset.py to Ruby should be all that's left before v1.0

v0.9

29 Jan 17:36
Compare
Choose a tag to compare

Everything that was broke before should be not as broke now. You still need to clone the repository into the /home/pi/Projects directory making the whole path /home/pi/Projects/RaspiWiFi for things to work.

The next step will be to make all of the paths used when copying files relative instead of static. That will allow repository to be cloned into any directory.