Skip to content
Advertisement

Tag: mqtt

Connect MQTT Message with clienID of Publisher

I want to store MQTT data in an MySQL db and want to store the client id, topic and message content. With some devices, I have no control over the topic or message syntax, so it will not be possible to attach the client id to the message or add the client id in the topic. Is there a possibility

Advertisement