Commit graph

16 commits

Author SHA1 Message Date
2a169cc58e Finish packet decoder 2018-07-28 22:35:40 +02:00
fe3a4d0b58 Hide internal API again and modify tests so coverage will be higher 2018-07-28 22:35:15 +02:00
6443643c1d Add DEBUG_LOG macro 2018-07-28 22:34:49 +02:00
4d7690366d Start implementing decoders 2018-07-28 20:42:18 +02:00
616a8987cb Bugfix: While testing decoding some bugs appeared 2018-07-28 20:41:48 +02:00
bf8a8ad1c2 export some more functions to allow testing 2018-07-28 20:40:38 +02:00
83535ad4a9 Build fix: missing include in debug.h 2018-07-28 20:39:52 +02:00
3bd6a7d3e7 Bugfix: when initializing buffer from data reset position afterwards 2018-07-28 20:39:26 +02:00
dbcc491a5d Bugfix: Unsubscribe package was 2 bytes short 2018-07-28 17:59:10 +02:00
c82b157c15 Bugfix: Subscribe package was 2 bytes short 2018-07-28 17:58:45 +02:00
6590736a9d Bugfix: Missing flags in publish message 2018-07-28 17:58:20 +02:00
7a03c95889 Bugfix: Segmentation fault when publishing without message 2018-07-28 17:57:54 +02:00
e072a11725 Extend hexdump function for tests 2018-07-28 16:09:08 +02:00
31ebc6fc35 Disable debugging functionality if DEBUG flag is not set 2018-07-28 02:40:48 +02:00
6ff7d2a841 Implement packet encoder, start writing tests 2018-07-28 02:30:41 +02:00
4a32facdb5 Initial commit 2018-07-27 02:25:06 +02:00