hivemq-mqtt-client icon indicating copy to clipboard operation
hivemq-mqtt-client copied to clipboard

Encoding of messages

Open AntoSaba92 opened this issue 4 years ago • 1 comments

Hello, i'm trying to create a publish message and then i want to encode it in the corresponding sequence of bytes, but I'm not able to use the encoding packages of this project. Any idea of how to do that?

AntoSaba92 avatar Jul 14 '21 08:07 AntoSaba92

Hi @AntoSaba92 this library provides you an API for an MQTT client. Encoding and decoding messages is an internal implementation and not part of the API and so also not intended to be used outside the library. Can you describe why you need manually encoding MQTT packets?

SgtSilvio avatar Aug 02 '21 20:08 SgtSilvio

Hi @AntoSaba92 - it's been a quite a while on this issue since the last activity so I'll close it out. If anything remains, feel free to file a new issue - we'd be happy to help out.

pglombardo avatar May 23 '23 13:05 pglombardo