Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Automatically restart the wifi on your telecom italia modem!

License

Notifications You must be signed in to change notification settings

paolobarbolini/telecom-modem-wifi-restarter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telecom Italia Modem Wifi Restarter MIT License Build Status

Automatically restart the wifi on your telecom italia modem!

This program was created after having to frequently restart the wifi on my telecom italia modem to make it work again.

It can also be used to automatically rotate the wifi password on your modem.

You can download the precompiled binaries for windows, mac, linux and arm from the github releases page.

Usage

After downloading it, execute the following command from the terminal to restart the wifi:

$ /path/to/executable --modem-password MODEM_PASSWORD --wifi-password THE_WIFI_PASSWORD

If the ip of your modem isn't 192.168.1.1 you must also indicate it by adding --url "http://your.modem.ip.address" flag.

If you want to periodically restart your wifi you can create a cron job

$ crontab -e
0 2 * * * /path/to/executable --modem-password MODEM_PASSWORD --wifi-password THE_WIFI_PASSWORD

which will run every night at 2am.

Limitations

The device running this program must be connected to the modem via ethernet, as it wouldn't be able to send an enable request to the wifi after being disconnected.

About

Automatically restart the wifi on your telecom italia modem!

Resources

License

Stars

Watchers

Forks

Packages

No packages published