You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.