All apps · 0 apps
fastcom-mqtt
Docker app from Simon Jenny's Repository
Overview
Readme
View on GitHubDocker 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
Install fastcom-mqtt on Unraid in a few clicks.
Find fastcom-mqtt in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
simonjenny/fastcom-mqttRuntime arguments
- Network
bridge- Shell
sh- Privileged
- false
Template configuration
Container Variable: MQTT_SERVER
Container Variable: MQTT_UP
Container Variable: MQTT_DOWN
Container Variable: MQTT_UP
- Target
- MQTT_UP
Container Variable: MQTT_DOWN
- Target
- MQTT_DOWN
Container Variable: sleep
- Value
- 3600