Skip to content

Latest commit

 

History

History
39 lines (34 loc) · 710 Bytes

File metadata and controls

39 lines (34 loc) · 710 Bytes

Measure-Ping

Small project to get a data stream of your ping connection.

Execution

Run the main code

sudo python ping.py

Reset data recorded

python delete.py

Dependecies

Dependecies need it to run the code.

pip install numpy
pip install matplotlib
pip install seaborn
pip install scikit-learn
pip install pythonping