Commit graph

8 commits

Author SHA1 Message Date
ccd0ea3bf8 Port to MSVC/Windows
The encode and decode packet tests do not work currently as the compiler does not like the test harnish.

connect - publish and connect - subscribe work though and seem to not crash for now.
It is possible that the mqtt.dll is not working correctly right now, possibly the exports are not right.

Re #21
2018-08-05 02:28:38 +02:00
Johannes Schriewer
6d86f81894 Add _unused macro to publish and subscribe tests 2018-08-03 18:43:48 +02:00
24b9d6c3c6 Eliminate -Wextra warnings 2018-08-01 01:55:32 +02:00
315e45803f Bugfix: Expose config to error handler to be able to change and reconnect
Re #16
2018-07-30 22:34:28 +02:00
cfd8934779 Bugfix: Implement last will correctly, fix some QoS handling and allow for clean session
Re #4
2018-07-30 22:04:54 +02:00
883a3cc476 Increase coverage by subscribing to more than one topic and unsubscribing afterwards. 2018-07-30 03:14:24 +02:00
022b5a87ec Make connect tests work (needs a local MQTT broker) 2018-07-30 02:57:58 +02:00
db273fc8a4 Start implementation of protocol statemachine 2018-07-29 03:43:01 +02:00