From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=unavailable autolearn_force=no version=3.4.4 X-Received: by 10.140.32.8 with SMTP id g8mr22426471qgg.1.1464678219568; Tue, 31 May 2016 00:03:39 -0700 (PDT) X-Received: by 10.157.24.88 with SMTP id t24mr353015ott.18.1464678219520; Tue, 31 May 2016 00:03:39 -0700 (PDT) Path: eternal-september.org!reader01.eternal-september.org!reader02.eternal-september.org!news.eternal-september.org!mx02.eternal-september.org!feeder.eternal-september.org!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer02.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!q32no1669276qgq.0!news-out.google.com!z5ni527qge.0!nntp.google.com!p34no650511qgp.1!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Tue, 31 May 2016 00:03:39 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=160.46.252.19; posting-account=mOyWBQoAAAD7S-NBmMUOr9hRClcL0vqR NNTP-Posting-Host: 160.46.252.19 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <3e5f1fd5-a799-49f8-bebd-263f1e4cc0bc@googlegroups.com> Subject: ANN: Adequate, MQTT broker and client programs based on Kasakov's Components From: rrr.eee.27@gmail.com Injection-Date: Tue, 31 May 2016 07:03:39 +0000 Content-Type: text/plain; charset=UTF-8 X-Received-Bytes: 1936 X-Received-Body-CRC: 3343736626 Xref: news.eternal-september.org comp.lang.ada:30524 Date: 2016-05-31T00:03:39-07:00 List-Id: The 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 1. aq_broker, a MQTT broker or MQTT server. 2. aq_pub, a MQTT client for publishing single messages with a command line interface. 3. aq_sub, a MQTT client for subscribing to a topic (including wildcards). It also only has a command line interface. You can find the Github project here: https://github.com/RREE/adequate 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 Issues (https://github.com/RREE/adequate/issues). I also welcome adding and extending the wiki pages (https://github.com/RREE/adequate/wiki) or Pull Requests. best regards RE