Community Tip - Your Friends List is a way to easily have access to the community members that you interact with the most! X
Hi All,
Do we have any kind of decoders available for ThingWorx to read the MQTT data with Sparkplug Specification?
Currently I can read the data in encrypted format but I wanted to get it decrypted and get it as a JSON. Any help to understand this is appreciated.
Thanks.
Hi @VK_10079185.
Unless one of our developers in the community have experience with this, you may have to Google it for more information. Have you tried decrypting it before reaching ThingWorx?
Regards.
--Sharon
+1 on this...
After briefly looking on internet I was able to find a Java example here that you probably can take as an example to build your own Java extension for decoding the message:
I'm pretty sure there are also Javascript examples, though not sure about their dependencies hence my suggestion to use Java.
My research has provided similar results, that the next step will probably be an extension if the project goes that far. Thanks for the comment.
Thanks for sharing this info @VladimirRosu, we are thinking to use HighByte here but I will definitely look into this.