Skip to content

Perform breitbandmessung.de speedtests in an automated way

Notifications You must be signed in to change notification settings

Elschnagoo/breitbandmessung

 
 

Repository files navigation

Breitbandmessung.de automated

A script to enable customers of lazy ISPs to perform measurement campaigns of the connection speed as described here in an automated way.

Usage - Native

  1. Install deps
    1. (Dev) npm install
    2. (Prod) npm install --omit=dev && npm run installBrowser
  2. Build npm run build
  3. Run npm run start

Usage - Docker

   docker-compose up -d 

Compose Example

version: '3'
services:
   breitbandmessung:
      image: "elschnagoo/breitbandmessung:latest"
      volumes:
         - ./export:/app/export
   #    environment:
   #      CRON: '0 8-20 * * *'

Uncomment the cron value in compose file to use cron mode

About

Perform breitbandmessung.de speedtests in an automated way

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • TypeScript 75.3%
  • Dockerfile 24.2%
  • Shell 0.5%