Skip to content

A small web application tracking the internet connectivity of the host

Notifications You must be signed in to change notification settings

markusa380/ispbane

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISPbane

ISPbane is a tool that you can use to monitor your internet connection.

ISPbane

Usage

  • Build the project using cargo build --release
  • Run the project using ./target/release/ispbane
  • Open your browser and navigate to http://localhost:5000

ISPbane will send a HTTP GET request to http://ismycomputeron.com/ every 5 seconds and keep track of the request succeeding or failing in the file data.json. It keeps the last 7 days of data. It considers any request succeeding that gets a response, even if that response is not a 200 OK.

TODOs

  • Add configuration for port, URL, interval
  • Facelift the UI
  • Add more statistics, like request duration, etc.
  • Add CI and docker image

About

A small web application tracking the internet connectivity of the host

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published