This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

MQTT Manual
#2
Hi,

There isn’t a lot to document..

The broker can be enabled, set a port and set users with password and optional encryption.

A client can subscribe to a topic to host or get data and another client or multiple clients can also subscribe to a topic hosted by the broker.

The broker is nothing more then the man in the middle with some retention, that’s it.. Clients are actually the ones that do the work, so if system A subscribes to a certian topic it let the broker know the topic exists, when system B wants this info then it connects to the broker and subscribes to that topic and the broker tells system B where to get the data.

There is some nice info on this website explaining MQTT

https://www.hivemq.com/tags/mqtt-essentials/

Check part 3 for more information about a MQTT Broker 

BR,

Erwin
Reply


Messages In This Thread
MQTT Manual - by Bobby - 29.07.2020, 21:37
RE: MQTT Manual - by Erwin van der Zwart - 29.07.2020, 21:45
RE: MQTT Manual - by Bobby - 03.09.2020, 21:12
RE: MQTT Manual - by Daniel - 04.09.2020, 07:14

Forum Jump: