https://github.com/senthurayyappan/automagic-ap
A shell script for Raspbian OS to create a wireless access point if no known networks can be found.
https://github.com/senthurayyappan/automagic-ap
bash networking raspberry-pi raspbian shell-script
Last synced: 3 months ago
JSON representation
A shell script for Raspbian OS to create a wireless access point if no known networks can be found.
- Host: GitHub
- URL: https://github.com/senthurayyappan/automagic-ap
- Owner: senthurayyappan
- Created: 2022-01-06T16:26:02.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-07T20:54:24.000Z (over 4 years ago)
- Last Synced: 2025-05-11T16:02:12.187Z (about 1 year ago)
- Topics: bash, networking, raspberry-pi, raspbian, shell-script
- Language: Shell
- Homepage:
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automagic AP
A shell script for Raspbian OS to create a wireless access point if no known networks can be found.
# Connectivity Routine
- Looks for known network(s) over `wlan0` interface.
- If a known network is found,
- Activates **Client (CLI)** mode.
- If known network(s) cannot be found,
- Activates **Access Point (AP)** mode.
- Static IP Address : `10.0.0.200`
- Access Point SSID: `NeurobionicsRPi`
- Access Point Passphrase: `neurobionics`
- Searches for known network(s) again if no devices are connected to the Access Point after a timeout *(30 seconds)*.
- If an ethernet connection is detected, the Raspberry Pi acts as a WiFi router.