You are not logged in. Please login or register.
Active topics Unanswered topics
Welcome to the wolfSSL Forums!
Please post questions or comments you have about wolfSSL products here. It is helpful to be as descriptive as possible when asking your questions.
References
Stable Releases - download stable product releases.
Development Branch - latest development branch on GitHub.
wolfSSL Manual - wolfSSL (formerly CyaSSL) product manual and API reference.
Search options
Thanks for the quick response.
I missed that example in the repo, I'll check it out!
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
Posts found: 2
Generated in 0.015 seconds (95% PHP - 5% DB) with 4 queries