1

(2 replies, posted in wolfMQTT)

Thanks for the quick response.
I missed that example in the repo, I'll check it out!

2

(2 replies, posted in wolfMQTT)

Hi,

I'm trying to implement MQTT on a device that only supports connectivity via BLE (no TCP). The TCP layer is provided by the device at the other end of the BLE connection.

My first idea was using wolfMQTT simply as an MQTT wrapper, but I'm not sure this is possible.
Then I thought about adapting the MqttNet callbacks to wrap over BLE transmitted data and use it as a proxy.

The way we see it in the documentation, wolfMQTT seems to not just build MQTT frames, but also wrap it on TCP frames. Am I correct with this assumption?

Would it be possible to adapt wolfMQTT to this usecase? Or do you think there would be issues with the way wolfMQTT uses the network connection?

Thanks in advance