OS for the RaspberryPi which automatically launches a WiFi hotspot from the Pi if it can't connect to another WiFi network
Stars
49
Forks
4
Watchers
49
Open Issues
1
Overall repository health assessment
No package.json found
This might not be a Node.js project
Removed network module, to avoid having its files in /boot, (I want my own there), and added its useful contents to wifipi module (also wanted to avoid it modifying /etc/network/interfaces). Some other touchups
33f488eView on GitHubFixed the error message. The hostname wasn't quite being set properly, and the name in etc hosts wasn't being updated, but that's all taken care of now and it looks like I've gotten all the instances of the hostname to be consistent
602d0eeView on GitHubAdded functionality to set wifi name and hostname based on serial
feaf7a4View on GitHubMerge branch 'master' of https://github.com/nbelakovski/WiFiPi
ff717d5View on GitHub-Moved autohotspot to a service instead of being run through cron
093f736View on GitHubRemoved service and fell back to cron. Had to add absolute paths, but I think this works
900bb1eView on GitHubMoving to systemd timer instead of cron. Added readme
a6a1382View on GitHub15
commits