Setup Wifi Hotspot on Raspberry Pi
Wifi Hotspot on Raspberry Pi Made Easy with RaspAP
A simple GUI interface to configure something that is non-trivial.
The base case is using the onboard wireless on a Raspberry Pi 3/Pi Zero W as a wifi hotspot, then using ethernet interface for internet access.
The other scenarios of interest are:
- using onboard wifi on raspberry pi as wireless hotspot, and using a second wifi .
- Simultaneously, using the onboard wifi as both a wifi hotspot, and as a wifi client that connect to wireless router for internet access.
According to documentation, these two scenarios are also covered by the software.
The code is well written and easy to make out.
Links
Use wifi instead of ethernet for internet
Leave a Comment