Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ubrt/fritzdemo
Minimalistic example for changing SSID and password on Fritzboxes and repeaters with Fritzconnection
https://github.com/ubrt/fritzdemo
Last synced: about 1 month ago
JSON representation
Minimalistic example for changing SSID and password on Fritzboxes and repeaters with Fritzconnection
- Host: GitHub
- URL: https://github.com/ubrt/fritzdemo
- Owner: ubrt
- Created: 2022-02-12T20:58:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T21:33:48.000Z (almost 3 years ago)
- Last Synced: 2023-10-15T20:28:16.903Z (over 1 year ago)
- Language: Python
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fritzdemo
Minimalistic example for changing SSID and password on avm routers and repeaters with FritzConnection.As a base dependency you have to install fritzconnection via
```bash
pip3 install fritzconnection
```After that just create a connection to your FRITZ!box and every other fritz device that should be updated:
```python
FritzConnection(address='192.168.178.1', user='fritz****', password='', use_tls=False)
```
Please inspect the set_ssid_and_password function in set_ssid_password.py to see how to receive and set the ssid and password of your network. The demo defaults to the guest wifi config "WLANConfiguration:3". You can change this to your needs.The example codes generates the phrase "It's dayOtTheWeek \(^_^)/" in german with a specific emoji for every day of the week. Not really useful, just a little easteregg.