Group Abstract Group Abstract

Message Boards Message Boards

MQTT channel access with MQTT explorer

Posted 1 day ago

Hello,

My question is: "what info to enter in MQTT explorer to see into my Wolfram generated MQTT channel".

I have setup a MQTT in Wolfram:

def = CreateChannel["mymqtt", Permissions -> "Public"]

I start the listner:

listner = ChannelListen[def]

I send a value:

ChannelSend[def, "Hello3"]

Then I want to connect using "MQTT explorer" to see into the content enter image description here

maybe I need some extra data in the "advanced" section.

enter image description here

This should be simple but I need some directions because I could not make it work. Kind regards, Pieter

Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard