eclipse-paho / paho.mqtt-spy

mqtt-spy is an open source desktop & command line utility intended to help you with monitoring activity on MQTT topics
Other
620 stars 145 forks source link

Publish kura encoded mqtt messages #75

Closed nickes closed 5 years ago

nickes commented 5 years ago

I'm having a problem with mqtt-spy (v.1.0.1-beta-b18) and kura 4.0.0.

Setup: The kura gateway is connected to a kapua server over a cloud connection (with Kura Protobuf as encoding payload type).

Issue: The decoding of the subscribed messages works fine, but my kura can not decode the messages published by mqtt-spy. I looked for some solutions in the old and in this repo, but I didn't find a satisfying answer. I'm pretty sure that the published messages does not have the right encoding, but I don't know how to embed a Kura Protobuf Payload Encoder into my publishing script.

Can somebody give my a hint?