From 08d5dc527f32f50df9af8e07831f5af59cdd18f9 Mon Sep 17 00:00:00 2001 From: Carsten Skov Date: Sat, 28 Oct 2023 17:34:05 +0200 Subject: [PATCH] Changed readme to be uppercase, added readme in iconnmon dir as GH Actions somehow failed bc it was missing --- README.md | 14 ++++++++++++++ iconnmon/README.md | 0 2 files changed, 14 insertions(+) create mode 100644 README.md create mode 100644 iconnmon/README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..34b3515 --- /dev/null +++ b/README.md @@ -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. + diff --git a/iconnmon/README.md b/iconnmon/README.md new file mode 100644 index 0000000..e69de29