https://github.com/vicentebolea/raspberry-hotspot-repeater
Connects to one Hotspot and creates another one
https://github.com/vicentebolea/raspberry-hotspot-repeater
hotspot raspberry-pi repeater webapp wifi
Last synced: 11 months ago
JSON representation
Connects to one Hotspot and creates another one
- Host: GitHub
- URL: https://github.com/vicentebolea/raspberry-hotspot-repeater
- Owner: vicentebolea
- License: mit
- Created: 2019-05-12T20:57:58.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-12T21:16:28.000Z (about 7 years ago)
- Last Synced: 2025-01-15T12:09:00.785Z (over 1 year ago)
- Topics: hotspot, raspberry-pi, repeater, webapp, wifi
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspberry-hotspot-repeater
## Install
Connects to one Hotspot and creates another one
Simplest way to run it, install busybox, clone in `/www` or any directory of your choice and launch as:
sudo busybox httpd -f -h /www
Alternatively install its system service by:
sudo make install
sudo systemctl start web-hotspot-repeaterd
To automatically open on reboot:
sudo systemctl enable web-hotspot-repeaterd
## Author
- @vicentebolea