Sign inSign up

matthijssn/wifi-analyzer-mqtt

By matthijssn

Updated almost 3 years ago

Retrieves WiFi information from the host device and publishes this information to an MQTT broker.

Image
Internet of things
Monitoring & observability
0

1.3K

matthijssn/wifi-analyzer-mqtt repository overview

Example

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.

GitHub

Tag summary

Content type

Image

Digest

sha256:f3688dfba

Size

69.9 MB

Last updated

almost 3 years ago

docker pull matthijssn/wifi-analyzer-mqtt