Skip to content

wolfMQTT Client Library Version 0.3

Compare
Choose a tag to compare
@dgarske dgarske released this 17 Nov 00:03
· 873 commits to master since this release
  • Fixes bug with first byte of payload being null'd if QoS level was 0.
  • Fixed issue with stdint types (uint#_t) being used.
  • Fixes for remaining length encoding/decoding for large packets.
  • Added support for large payloads using new message callback flags msg_done and msg_new along with MqttMessage buffer_pos and buffer_len.
  • Added example for secure firmware upgrade. Uses the MQTT client library to push a signed payload fwpush to a broker, then uses another client fwclient to recevie the signed payload and verify its signature using a provided public key.