Share My Creation MQTT Monitor

Hi all.
Thought I would share this before I customized it. It is the start of a monitor application to watch MQTT messages. I need it for one of my b4a apps for debugging purposes. I wrote another one in VB.NET 2 years ago but cannot find the source code. :) So... Lets do it in b4j!!!

A few notes:
1. Source is included as always.
2. Thanks to @rwblinn for sharing code. You saved me lots of time. :) http://www.rwblinn.de/#
3. It is using http://test.mosquitto.org/ as the MQTT broker.
4. There is code showing how to publish your own messages.

(c)Everyone in the world! So use and abuse as you see fit.
Have FUN!!!

requires byteconverter lib.
https://www.b4x.com/android/forum/threads/byteconverter-library.6787/


upload_2016-5-1_7-44-5.png
 

Attachments

  • b4j-mqtt-sample.zip
    5.6 KB · Views: 401
Last edited:
Top