for all of you mqtt-philes out there who struggle to figure out what is 
actually being sent...  what topic does sensor x use?  is it json data or 
just plain text?  is retain turned on?  when was the last data from sensor 
x?

try the mqtt websocket client from christoph schaebel and hivemq:

http://www.hivemq.com/demos/websocket-client/

details are here:

https://www.hivemq.com/blog/full-featured-mqtt-client-browser

and the source is here:

https://github.com/hivemq/hivemq-mqtt-web-client

it requires that you add websocket support when you build your mosquitto 
broker, but the result is well worth it.  you can install the websocket 
client on the server where the broker runs, or just keep a websocket client 
on your laptop or development machine then point it at whatever broker you 
are trying to diagnose.

thank you christoph and hivemq for making this available under the apache 
license!

m

-- 
You received this message because you are subscribed to the Google Groups 
"weewx-user" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to