alexCajas / EmbeddedMqttBroker

This is a Mqtt broker for embedded devices, developed in C++, FreeRTOS to use advanced multitasking capabilities, and arduino core. Tested in an Esp32 and esp8266.
https://github.com/alexCajas/EmbeddedMqttBroker
MIT License
71 stars 14 forks source link

Send mqtt message to topic #2

Closed cyb3rcod3 closed 1 year ago

cyb3rcod3 commented 2 years ago

Broker work good, but how can i send specific mqtt message from broker to specific topic ?

alexCajas commented 2 years ago

Hi!, if I understand well, you are trying to send a mqtt message defined in the standar, like an mqtt ACKConnect, when broker receive a specific topic. This functionality is not defined in MQTT 3.1.1 so is not implement.