Skip to content

flokru/internet_connectivity_checker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

This is a simple utility for testing internet connectivity over time. To be very specific, I've been experiencing crappy internet outages at home lately, and I wanted some data to back me up when contacting my ISP.

You can modify the constants in the Python script to adjust the test URI, the delay between polling attempts, and how often the results get flushed to output files.

Pre-requisites: Python 3.

Execute the script with python internet_test.py. It will run indefinitely unless you halt it (e.g., with Ctrl + C).

Outputs a CSV-compatible line with connection status each 15 seconds (roughly).

About

Checks internet connectivity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%