Commit graph

6 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
1981e1a104 Implement keepalive
currently relatively dumb, as the timer does not get reset when
a regular packet is sent.

Re #9
2018-08-03 18:42:48 +02:00
e508c4e28d Switch completely to CMake for linux build, update Readme 2018-08-01 02:07:54 +02:00
e5ca2d8578 Update build system 2018-08-01 01:55:03 +02:00
Johannes Schriewer
cd89a74ff6 Remove debug.c as it is empty 2018-07-31 18:09:52 +02:00
Johannes Schriewer
52fa3af97f Add CMakeLists.txt 2018-07-31 17:43:05 +02:00