#9 Initial Testing MQTT Broker

1.0 protobufs
closed
aliazzz
None
2020-03-29
2020-03-28
i-campbell
No

Requirement: quick to setup, access to all initial developers

Solution:
Host: broker.hivemq.com
TCP Port: 1883
No authentication or certificate verification possible

See http://www.mqtt-dashboard.com/
for their current traffic.

For a good MQTT explorer;
http://www.jensd.de/apps/mqttfx/1.7.0/mqttfx-1.7.0-windows-x64.exe
or (slightly more experimental)

http://mqtt-explorer.com/
Opensource, free and available for any OS by Thomas Nordquist

Related

Tickets: #10

Discussion

  • aliazzz

    aliazzz - 2020-03-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -4,3 +4,5 @@
     Host: broker.hivemq.com
     TCP Port: 1883
     No authentication or certificate verification possible
    +
    +http://www.mqtt-dashboard.com/
    
     
  • aliazzz

    aliazzz - 2020-03-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -5,4 +5,10 @@
     TCP Port: 1883
     No authentication or certificate verification possible
    
    -http://www.mqtt-dashboard.com/
    +See http://www.mqtt-dashboard.com/ 
    +for their current traffic.
    +
    +For a good MQTT explorer;
    +http://mqtt-explorer.com/ 
    +Opensource, free and available for any OS by Thomas Nordquist
    +
    
     
  • aliazzz

    aliazzz - 2020-03-28
    • status: open --> accepted
    • assigned_to: aliazzz
     
  • aliazzz

    aliazzz - 2020-03-28

    The broker works as expected, I used mqtt explorer for it. It "sees" all unencrypted topics/traffic (many of which codesys ;-) ).

    I will incorporate a pre configured send and receive MQTT framework into our project/library.

     
  • aliazzz

    aliazzz - 2020-03-28

    I used the "MQTT Clien SL Example" provided by "IIoT Libraries SL".
    Just set the hostname / ip to: broker.hivemq.com
    Port is allready set at 1883.

    Ticket closed

     
  • aliazzz

    aliazzz - 2020-03-28
    • status: accepted --> closed
     
  • aliazzz

    aliazzz - 2020-03-28
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -9,6 +9,9 @@
     for their current traffic.
    
     For a good MQTT explorer;
    +http://www.jensd.de/apps/mqttfx/1.7.0/mqttfx-1.7.0-windows-x64.exe
    +or (slightly more experimental)
    +
     http://mqtt-explorer.com/ 
     Opensource, free and available for any OS by Thomas Nordquist
    
     
  • aliazzz

    aliazzz - 2020-03-28

    MQTT Connection established, Pub/Sub successful

     

Log in to post a comment.