Skip to content

IvanIsak2000/TrafficReader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

BASIC

A simple application for visual representation of your network speed data.

image

FUNCTONS

  1. Representation of the download speed in the form of a dynamic graph
  2. Representation of upload speed on a dynamic graph
  3. Pretty-print log for terminal

NOTE

  1. Default variables can be changed!
UPDATE_DELAY = 0.1
FOLDER = 'history'
TIMEZONE = 'Europe/Moscow'
TERMINAL_OUTPUT = True
ROW_LIMIT = 30
  1. You can change plot speed (in second)
UPDATE_DELAY = <time>

speed_differency

HOW TO USE

  1. Clone repo:
git clone  https://github.com/IvanIsak2000/network-speed.git
  1. Install libs
poetry shell && poetry install 
  1. Launch file
python3 main.py

About

Monitoring your internet network

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published