20 Commits

Author SHA1 Message Date
52119fe3cd Added handling of special packet-types with their respective data 2021-11-22 21:25:29 +01:00
f938f8dd53 Finished packet-type detection 2021-11-22 21:23:34 +01:00
4d8597b1d6 Made pass const 2021-11-22 16:15:52 +01:00
3c379a1a80 Rename split.hpp to string-helper.hpp 2021-11-22 16:15:20 +01:00
035491668a Fixed wrong key used 2021-11-22 15:38:30 +01:00
16028daf10 Auto-Remove newline-char 2021-11-22 15:23:53 +01:00
a0ae919614 Removed asyncHandler and creating new threads now once buffer-vector is complete 2021-11-22 14:56:18 +01:00
5ea6d1f975 Implemented usage of packetType-enum 2021-11-22 13:29:26 +01:00
ca1b59e4c6 Choose and set addresses to packet 2021-11-22 12:43:16 +01:00
b10a0de9e6 Grabbing adresses if available from header 2021-11-22 12:37:44 +01:00
58a535401a Grabbing first data from header 2021-11-22 12:37:28 +01:00
cb33dd0f80 Moved timestampConvert to own helper-file 2021-11-22 11:26:38 +01:00
8a62d2899b Moved split to own helper-file 2021-11-22 11:24:10 +01:00
6de2063288 Implemented textTimestamp converter to timestampMicros 2021-11-22 10:35:08 +01:00
5d3e861fc9 Gathering first data from textPacket 2021-11-22 10:34:16 +01:00
e7dcaf99a0 Created empty PacketHandler 2021-11-22 10:32:29 +01:00
36f252437d Changed from only strings to vector-strings 2021-11-22 10:32:04 +01:00
5ac832623d Created empty TextPacketHandler 2021-11-22 10:31:41 +01:00
e66f6c1140 Fixed strcopy being wrong way around 2021-11-22 10:28:23 +01:00
35edc6ca6e Created basic chained handlers 2021-11-22 09:08:25 +01:00