Skip to content

Command line interfcae for the Speedport Pro home router from "Deutsche Telekom". GERMAN: Command line interface für den Speedport Pro.

License

Notifications You must be signed in to change notification settings

tb1402/speedport_pro_cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speedport Pro command line interface

repo-size latest-commit

top-language based program to control the home router Speedport Pro from "Deutsche Telekom" via command line. German: Command line interface für den Speedport Pro

Table of Contents/Inhalt

Dependencies-Abhängigkeiten

To use this program you will need following configuration and dependencies:

  • minimum Python 3
  • Argparse $ pip install argparse
  • requests
  • urrlib3
  • hashlib
  • xmltodict
  • tabulate

Um das Tool zu nutzen, wird mindestens Python 3 und folgende Module benötigt:

  • Argparse $ pip install argparse
  • requests
  • urllib3
  • hashlib
  • xmltodict
  • tabulate

Usage-Nutzung

After you installed all required modules just clone the repository and run $ python speedport.py. For help on available options and their usage see the Wiki section or run the script with -h or --help.

Nachdem die alle benötigten Module installiert haben. einfach das Repo klonen und $ python speedport.py ausführen. Hilfe zu den Funktion gibt es im Wiki des Repositorys oder mittels der Optionen -h oder --help.

Features

Currently available features are:

  • WiFi interface information (e.g. connected clients)
  • get external IP Address
  • print log (with colored output)

Aktuell sind folgende Funktionen implementiert:

  • Infomrationen über WLAN-Schnittstellen (z.B. verbundene Geräte)
  • Abrufen der externen IP-Adresse
  • farbige Ausgabe (mit Gruppierungen) des Systemprotokolls

Contribution-Mitwirkung

If you want to contribute to this project, just contact me.

Falls sie mitwitrken möchten, kontaktieren sie mich.

About

Command line interfcae for the Speedport Pro home router from "Deutsche Telekom". GERMAN: Command line interface für den Speedport Pro.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages