hill-daniel / iot-mqtt-client

Client for sending protocol buffers messages to the AWS IoT Core MQTT endpoint.
Other
0 stars 1 forks source link

Test client for processing protocol buffers messages with AWS IoT Core

Part of the codecentric blog post "Processing protocol buffers messages with AWS IoT Core"

This is the client for sending protocol buffers messages to the AWS IoT Core MQTT endpoint.

Usage

Will send a protocol buffers message to MQTT endpoint every 10 seconds. This example code comes with an .env file. You need to supply following values (see blog article chapter "Configure environment variables " for further reference)

Build and run