Skip to content

cleanlock/Speedport-Reboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedport Reboot

This python script allows you to reboot your Speedport.
You can set up cronjobs to reboot your Speedport on a daily basis.

Obviously, you need to be in the same local network as your Speedport.

✏️Install Instruction

Make sure that your machine can ping speedport.ip. If your machine can't ping speedport.ip, add it to the HOSTS-File!

  • 🐧Linux:

    • Install requirements:
      • Install Python (2.7): sudo apt-get install build-essential python
      • Download PyCryptoDome: wget -O pycryptodome-3.4.7.tar.gz https://git.io/fjqr0
      • Install PyCryptoDome: sudo pip install /PATH/TO/pycryptodome-3.4.7.tar.gz
    • Set Config in Python script!
    • Command to reboot your Speedport: python speedport-reboot.py
  • Windows:

    • Install requirements:
    • Set Config in Python script!
    • Command to reboot your Speedport: python speedport-reboot.py

Tested firmware versions

  • Speedport Hybrid v050124.04.00.005

🤖 Credits

About

This python script allows you to reboot your Speedport.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages