Skip to main content

A web connected local internet speed and connectivity monitor

Project description

internet_monitor_webthing

A web connected local internet speed and connectivity monitor

This project implements an internet monitor agent providing a speed monitor webthing API as well as a connectivity monitor webthing API.

The internet_monitor_webthing package exposes an http webthing endpoint which supports reading the internet speed results as well as an endpoint to read the internet connectivity results via http E.g.

# webthing has been started on host 192.168.0.23

# internet speed
curl http://192.168.0.23:8433/0/properties
{
   "test_period": 900,
   "downloadspeed": 215.2,
   "uploadspeed": 11,
   "ping": 17.763,
   "testdate": "2020-10-11T13:44:51.346706",
   "speedtest_server": "Mobile Breitbandnetze GmbH/Freisbach",
   "speedtest_report_uri": "http://www.speedtest.net/result/10231336474.png"
}

# connectivity 
curl http://192.168.0.23:8433/1/properties
{
   "test_url": "http://google.com",
   "test_period": 5,
   "connected": true,
   "ip_address": "95.88.57.72"
}

To run this software you may use Docker or PIP package manager such as shown below

Docker approach

sudo docker run -p 8433:8433 grro/internet-monitor:0.1.13

PIP approach

sudo pip install internet_monitor_webthing

After this installation you may start the webthing http endpoint inside your python code or via command line using

sudo netmonitor --command listen --port 8433 --speedtest_period 900 --connecttest_period 10

Here, the webthing API will be bind to on port 8433. The internet speed monitor as well as the connectivity monitor will be started by performing the listen command above. The speed test will be executed each 15 min (900 sec), the connectivity test will be executed each 10 sec. THe WebThing server provides mDNS to enable clients discovering the WebThing interfaces.

By running a systemd-based Linux distribution you may use the register command to register and start the webthing service as systemd unit. By doing this the webthing service will be started automatically on boot. Starting the server manually using the listen command is no longer necessary.

sudo netmonitor --command register --port 8433 --speedtest_period 900 --connecttest_period 10 

To start the speedtest monitor only just omit the --connecttest_period parameter

sudo netmonitor --command listen --port 8433 --speedtest_period 900

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

internet_monitor_webthing-0.1.13.tar.gz (10.4 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

internet_monitor_webthing-0.1.13-py3-none-any.whl (16.4 kB view details)

Uploaded Python 3

File details

Details for the file internet_monitor_webthing-0.1.13.tar.gz.

File metadata

  • Download URL: internet_monitor_webthing-0.1.13.tar.gz
  • Upload date:
  • Size: 10.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for internet_monitor_webthing-0.1.13.tar.gz
Algorithm Hash digest
SHA256 e2cc54d6502ffc6a75fe36157b32ca3889b74f5f2f91686eb8aac2b90f0b79be
MD5 e4ee85061900bd103cd46556ef1750fc
BLAKE2b-256 6f291d3431a7f0269801cb8b931c0b2997c405bd5081fc1377d4e17601de4664

See more details on using hashes here.

File details

Details for the file internet_monitor_webthing-0.1.13-py3-none-any.whl.

File metadata

  • Download URL: internet_monitor_webthing-0.1.13-py3-none-any.whl
  • Upload date:
  • Size: 16.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.9.6

File hashes

Hashes for internet_monitor_webthing-0.1.13-py3-none-any.whl
Algorithm Hash digest
SHA256 1285a035b9d6f718af7988cc27783aa281fd01245512d8ebc4a3fe7f893ca235
MD5 8d43854d6a7b1844952b1c1dc7c21d20
BLAKE2b-256 2cda2378818d41275452663b14830c4eeb64923b5349b964f8d673d557b52297

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page