Adequate, MQTT broker and client programs based on Kasakov's Components
2016-05-31 Filed in:
Tech LibraryThe Adequate project provides command line clients for the MQTT protocol. All the hard work is provided by Dmitry Kazakov's Components.
Among them is an implementation of the MQTT protocol.
The Adequate project consists of three programs
- aq_broker, a MQTT broker or MQTT server.
- aq_pub, a MQTT client for publishing single messages with a command line interface.
- aq_sub, a MQTT client for subscribing to a topic (including wildcards). It also only has a command line interface.
https://github.com/RREE/adequateFrom Rolf Ebert
All programs are still in their infancy. They should help you getting started with Dmitry's code.
If you want to direct the future development of Adequate I encourage you to create
IssuesI also welcome adding and extending the
wiki pages or Pull Requests.
Tags: MQTT