An open API service indexing awesome lists of open source software.

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

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