MQTT message decoders
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
MQTT message decoders
Hi,
We test MQTT protocol and we have created thing, which receives data:
My question is: Do ThingWorx has decoders (or is it call different) to see the values? IoT sensor producer decodes the messages in the own application, but how to read them in ThingWorx?
Thank You.
Best regards,
Povilas.
Solved! Go to Solution.
- Labels:
-
Extensions
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
As far as I know there is no such decoder in ThingWorx for MQTT, usually the MQTT messages are strings in clear text. If you want, you can create a subscription that is decoding the value of properties at DataChange event.
Hope it helps,
Raluca Edu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi,
As far as I know there is no such decoder in ThingWorx for MQTT, usually the MQTT messages are strings in clear text. If you want, you can create a subscription that is decoding the value of properties at DataChange event.
Hope it helps,
Raluca Edu
