Skip to content

Releases: jasbur/RaspiWiFi

Compatibility update for Raspbian Stretch

Choose a tag to compare

@jasbur jasbur released this 23 Oct 03:13
v1.2.1

Added compatibility fixes for Raspbian Stretch. Also removed depricat…

v1.2

Choose a tag to compare

@jasbur jasbur released this 02 Oct 21:31

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

v1.1

Choose a tag to compare

@jasbur jasbur released this 31 Aug 04:44

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

1.0

1.0

Choose a tag to compare

@jasbur jasbur released this 03 Feb 18:08

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

Choose a tag to compare

@jasbur jasbur released this 30 Jan 00:57

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

Choose a tag to compare

@jasbur jasbur released this 29 Jan 17:36

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.