Retrieves WiFi information from the host device and publishes this information to an MQTT broker.
1.3K
Here's an example of how to run the WiFi Analyzer MQTT Docker Node.js Process:
docker run -e seconds=60 \
-e mqttHost=mqtt.example.com \
-e mqttTopic=wifi-data \
-e mqttUserName=myusername \
-e mqttPassword=mypassword \
wifi-analyzer-mqtt
This command will collect WiFi information from the host every 60 seconds and publish it to the MQTT broker at mqtt.example.com under the topic wifi-data using the provided username and password.
Content type
Image
Digest
sha256:f3688dfba…
Size
69.9 MB
Last updated
almost 3 years ago
docker pull matthijssn/wifi-analyzer-mqtt