How do you decode Message payload? #1462
ShengMTsai
started this conversation in
General
Replies: 2 comments
-
Handling the payload is not part of this project. So you must check the RFC of the content type and find c# libraries to decode it properly. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can take a look at https://github.com/SeppPenner/SparkplugNet, there should be examples. As @chkr1011 told, this is not part of the core MQTTnet project. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there any example on how to decode the Message Payload (byte array)? The content type is "application/sparkplug".
Beta Was this translation helpful? Give feedback.
All reactions