Publish the contents of a file to an MQTT broker. It reads a file on the file system and publishes its contents to a specified topic on a selected broker.
Build a command line utility for subscribing to a specific topic from an MQTT broker. It prints messages to the screen and optionally persists messages to files in the specified directory.
Tutorials for forwarding messages to and from the Mosquitto MQTT broker. It includes configuring the FairCom broker, creating a subscriber client, and publishing a message to the FairCom MQ broker.
Tutorials for forwarding messages to and from the HiveMQ MQTT broker. It includes configuring the FairCom broker, creating a subscriber client, and publishing a message to the FairCom MQ broker.