Skip to content

Docker Container with Fast.com CLI sending data directly to MQTT Broker

Notifications You must be signed in to change notification settings

simonjenny/fastcom-mqtt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker Container with Fast.com CLI sending data directly to MQTT Broker

This is the repository for the blog post:

https://www.b65.ch/2021-09-09-measure-internet-speed-with-fastcom.html

The Docker needs the following ENV Variables:

SLEEP : Seconds between measures

MQTT_SERVER : IP/Address of MQTT Server

MQTT_DOWN : Topic for Download Value

MQTT_UP : Topic for Upload Value

Optional:

MQTT_USER: MQTT Username

MQTT_PASS: MQTT Password

Example:

docker run -e SLEEP='3600' -e MQTT_DOWN='edge/down' -e MQTT_UP='edge/up' -e MQTT_SERVER_='10.10.10.10' simonjenny/fastcom-mqtt:latest

About

Docker Container with Fast.com CLI sending data directly to MQTT Broker

Resources

Stars

Watchers

Forks