https://github.com/teraskull/switchwifi
Easy way to change Wifi connections on a headless Raspberry Pi.
https://github.com/teraskull/switchwifi
bash raspberrypi wifi wpa-cli
Last synced: 2 months ago
JSON representation
Easy way to change Wifi connections on a headless Raspberry Pi.
- Host: GitHub
- URL: https://github.com/teraskull/switchwifi
- Owner: Teraskull
- License: gpl-3.0
- Created: 2021-11-23T18:05:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-11-23T18:18:42.000Z (over 4 years ago)
- Last Synced: 2025-08-08T17:54:04.779Z (10 months ago)
- Topics: bash, raspberrypi, wifi, wpa-cli
- Language: Shell
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SwitchWifi
Easy way to change Wifi connections on a headless Raspberry Pi.
## Installing
```shell
git clone https://github.com/Teraskull/SwitchWifi/
cd SwitchWifi
sudo chmod +x switchwifi.sh
```
## Usage
```shell
# Create a wifi file called "new_wifi".
# The script will ask for the SSID and password.
sudo ./switchwifi.sh -c new_wifi
```
```shell
# Switch to the previously created wifi file "new_wifi".
sudo ./switchwifi.sh -s new_wifi
```
## License
This software is available under the following licenses:
* GPLv3+