Skip to content

rojohn-ms/chevron-weather-sensor-simulator

Repository files navigation

chevron-weather-sensor-simulator

The simulator is a simple Go simulator that sends data from a weather sensor simulator to AIO MQ.
To start the simulator, you run the following:

$ ./weather-sim --mqServerURL "mqtts://aio-mq-dmqtt-frontend:8883" --mqTopic "foo-topic"

** Note: this is built using Golang v1.22.3

Building

Building locally

If you want to build the code locally after some changes, run the following:

mage ci

Running

To run the server, you can build using the steps above, then you can run using the following:

$ ./bin/weather-sim --mqServerURL "mqtts://aio-mq-dmqtt-frontend:8883" --mqTopic "foo-topic"

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages