Commit Graph

96 Commits

Author SHA1 Message Date
Ruakij 25297ed4d9 Fixed data-regex 2021-11-25 01:10:34 +01:00
Ruakij 68541b1191 Added check for NoData-Packet 2021-11-25 01:09:25 +01:00
Ruakij 7bc5a3530c Made keyInfo vars const 2021-11-25 00:21:25 +01:00
Ruakij d0ee1a7044 Fixed gtter payloadSize 2021-11-25 00:19:53 +01:00
Ruakij 57394882cc Implemented reading keyExchangeData and determining handshake-number 2021-11-25 00:19:31 +01:00
Ruakij b41d728ba9 Fixed missing export 2021-11-25 00:18:37 +01:00
Ruakij d6135a02e9 Fixed regex 2021-11-25 00:18:21 +01:00
Ruakij ffe14e3f53 Added hexConverter helper-module 2021-11-24 23:22:09 +01:00
Ruakij 09bea81058 Returning packet not to loose information 2021-11-24 23:13:35 +01:00
Ruakij 66c0fdfe12 Fixed Object.assign 2021-11-24 23:13:04 +01:00
Ruakij b32b5cbed7 Changed regex to use readbehind/ahead instead of groups 2021-11-24 23:12:47 +01:00
Ruakij e86b5fca9a Added durationMicros 2021-11-24 22:35:59 +01:00
Ruakij d2178f3b73 Implemented PacketType Disassociation 2021-11-24 22:35:07 +01:00
Ruakij fe5dec7860 Implemented PacketType AssociationRequest & Response 2021-11-24 22:29:41 +01:00
Ruakij 0d472e8cb3 Implemented PacketType Authentication 2021-11-24 22:27:22 +01:00
Ruakij bba5da2599 Moved packet-creation outside for all cases 2021-11-24 22:25:10 +01:00
Ruakij c2210dfb59 Added isRetry field 2021-11-24 21:11:19 +01:00
Ruakij 3c3ab18410 Revert "Added PacketType ContentionFreePeriod"
This reverts commit 333a514363.
2021-11-24 21:01:17 +01:00
Ruakij aa9d5431f8 Changed payloadSize to payloadData with payloadSize getter 2021-11-24 20:44:04 +01:00
Ruakij 62b55b94f1 Added missing payloadSize to Packet 2021-11-24 20:42:33 +01:00
Ruakij 025edf8465 Implemented getting payloadData and calculating to bytes 2021-11-24 20:42:10 +01:00
Ruakij 59e7188543 Changed most checks using Optional chaining and Nullish coalescing operator 2021-11-24 20:39:20 +01:00
Ruakij 333a514363 Added PacketType ContentionFreePeriod 2021-11-24 20:35:44 +01:00
Ruakij d714b342ed Removed debug read statement 2021-11-24 20:35:10 +01:00
Ruakij 1aae9d5e71 Added library luxon 2021-11-24 20:01:33 +01:00
Ruakij 6bc248b667 First implementation of PacketStreamFactory 2021-11-24 20:01:03 +01:00
Ruakij 0cbbecbd2c Added typeMoreData 2021-11-24 20:00:28 +01:00
Ruakij 368b6585ba Now using internal buffer-system 2021-11-24 20:00:05 +01:00
Ruakij 4f1463eb4f Fixed args being wrong way around 2021-11-24 19:40:46 +01:00
Ruakij d11aac5599 Implemented RegexBlockStream 2021-11-24 15:35:29 +01:00
Ruakij fa8d630283 Change exec to just return process and streams 2021-11-24 15:35:05 +01:00
Ruakij 9c28ed53e3 Added exec-module 2021-11-24 13:11:01 +01:00
Ruakij cc8b106157 Added logger-setup-module 2021-11-24 13:10:41 +01:00
Ruakij 8ee189f52b Fixed wrong capitalisation 2021-11-24 01:16:37 +01:00
Ruakij 79efcc3951 Fixed missing import 2021-11-24 01:12:13 +01:00
Ruakij 7dd131d6b5 Implemented dto-obj Packet 2021-11-24 01:11:42 +01:00
Ruakij 1b6721d242 Implemented env defaults and checking 2021-11-24 01:07:29 +01:00
Ruakij d13df7b03d Add comment for logger 2021-11-24 01:06:44 +01:00
Ruakij 34c73c82c8 Gave logger name 2021-11-24 01:06:29 +01:00
Ruakij 93f78aafe0 Changed || to ?? to detect undefined env 2021-11-24 01:06:09 +01:00
Ruakij 184432f642 Added helper for env-vars 2021-11-24 01:03:40 +01:00
Ruakij 7562ff2268 Added module log4js 2021-11-23 17:05:43 +01:00
Ruakij 20ed3d0928 Docker setup 2021-11-23 15:15:10 +01:00
Ruakij 6ccd02af6c Added start-script 2021-11-23 15:14:55 +01:00
Ruakij f862c362fe npm init 2021-11-23 15:09:53 +01:00
Ruakij 2a0c1e5a3b Initial commit 2021-11-17 19:10:48 +01:00