Skip to content

Commit

Permalink
Changed readme to be uppercase, added readme in iconnmon dir as GH Ac…
Browse files Browse the repository at this point in the history
…tions somehow failed bc it was missing
  • Loading branch information
simcax committed Oct 28, 2023
1 parent fe211c4 commit 08d5dc5
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
# iconnmon - Internet Connection Monitoring
A small package to use for monitoring your internet connection.

## Under development
The package is currently in it's very beginning, and being developed. So far there is no monitoring functionality at all.
The only functionality are methods for pinging an ip address and receiving the result.
In the coming time, methods will be added for parsing the ping result, so it can be stored in an InFlux database.

# The idea
...is to be able to ping a number of hosts - i.e. the hop after your router and your router ip - and then add the results to InFlux. Then creating a web page which will visualize the connectivity.
This way it should be possible to get uptime statistics for the internet connection, to pinpoint any outages.

Empty file added iconnmon/README.md
Empty file.

0 comments on commit 08d5dc5

Please sign in to comment.