Ruakij
|
91c3aca9e2
|
Add function to get handshakeStage from keyInfo
|
3 years ago |
Ruakij
|
8ff7211f0f
|
Revert "Extract packetType handling in own function"
This reverts commit 227ba127f8 .
|
3 years ago |
Ruakij
|
2ae85ababb
|
Extract keyInfo reading to helper-file
|
3 years ago |
Ruakij
|
227ba127f8
|
Extract packetType handling in own function
|
3 years ago |
Ruakij
|
8417de5756
|
Extract checks with if-statements
|
3 years ago |
Ruakij
|
54eadf3bc3
|
Fixed Regex codesmells
|
3 years ago |
Ruakij
|
54d627d469
|
Fix typo
|
3 years ago |
Ruakij
|
4ad5eba7e0
|
Change tag-srtting to recursive by field
This will properly set e.g. arrays
|
3 years ago |
Ruakij
|
2646c9787e
|
Changed key-checking to value-checking
This includes e.g. gettings, originally not included in keys
|
3 years ago |
Ruakij
|
44cd3288cf
|
Fixed stram not being in object-mode
|
3 years ago |
Ruakij
|
3af4bb7cc6
|
Fixed wrong push
|
3 years ago |
Ruakij
|
2a662e0bd1
|
Changed constructor to take influxDb
|
3 years ago |
Ruakij
|
d7a9530b68
|
Cleaned up Promise
|
3 years ago |
Ruakij
|
bb3d843895
|
Fixed wrong joining
|
3 years ago |
Ruakij
|
9472ed9198
|
Fix wrong usage of join()
Default splitter is ',' but we want nothing
|
3 years ago |
Ruakij
|
d77e3f8844
|
Fixed naming
|
3 years ago |
Ruakij
|
cf1b300f6a
|
Changed documentation to remarks section
|
3 years ago |
Ruakij
|
450f162cda
|
Implemented InfluxPointWriter for writing into influx with stream
|
3 years ago |
Ruakij
|
7ebcf573b9
|
Implemented stream to transform packets to datapoints
|
3 years ago |
Ruakij
|
38985ea9e2
|
Remove debug-logging for now
|
3 years ago |
Ruakij
|
1976838d8a
|
Remove unecessary properties
|
3 years ago |
Ruakij
|
a1ce7a848b
|
Replaced MoreData and isRetry with flags
|
3 years ago |
Ruakij
|
21e4ff1a66
|
Removing frameCheckSequence from packets
|
3 years ago |
Ruakij
|
25297ed4d9
|
Fixed data-regex
|
3 years ago |
Ruakij
|
68541b1191
|
Added check for NoData-Packet
|
3 years ago |
Ruakij
|
7bc5a3530c
|
Made keyInfo vars const
|
3 years ago |
Ruakij
|
57394882cc
|
Implemented reading keyExchangeData and determining handshake-number
|
3 years ago |
Ruakij
|
d6135a02e9
|
Fixed regex
|
3 years ago |
Ruakij
|
ffe14e3f53
|
Added hexConverter helper-module
|
3 years ago |
Ruakij
|
09bea81058
|
Returning packet not to loose information
|
3 years ago |
Ruakij
|
66c0fdfe12
|
Fixed Object.assign
|
3 years ago |
Ruakij
|
b32b5cbed7
|
Changed regex to use readbehind/ahead instead of groups
|
3 years ago |
Ruakij
|
e86b5fca9a
|
Added durationMicros
|
3 years ago |
Ruakij
|
d2178f3b73
|
Implemented PacketType Disassociation
|
3 years ago |
Ruakij
|
fe5dec7860
|
Implemented PacketType AssociationRequest & Response
|
3 years ago |
Ruakij
|
0d472e8cb3
|
Implemented PacketType Authentication
|
3 years ago |
Ruakij
|
bba5da2599
|
Moved packet-creation outside for all cases
|
3 years ago |
Ruakij
|
c2210dfb59
|
Added isRetry field
|
3 years ago |
Ruakij
|
3c3ab18410
|
Revert "Added PacketType ContentionFreePeriod"
This reverts commit 333a514363 .
|
3 years ago |
Ruakij
|
aa9d5431f8
|
Changed payloadSize to payloadData with payloadSize getter
|
3 years ago |
Ruakij
|
025edf8465
|
Implemented getting payloadData and calculating to bytes
|
3 years ago |
Ruakij
|
59e7188543
|
Changed most checks using Optional chaining and Nullish coalescing operator
|
3 years ago |
Ruakij
|
333a514363
|
Added PacketType ContentionFreePeriod
|
3 years ago |
Ruakij
|
d714b342ed
|
Removed debug read statement
|
3 years ago |
Ruakij
|
6bc248b667
|
First implementation of PacketStreamFactory
|
3 years ago |
Ruakij
|
368b6585ba
|
Now using internal buffer-system
|
3 years ago |
Ruakij
|
4f1463eb4f
|
Fixed args being wrong way around
|
3 years ago |
Ruakij
|
d11aac5599
|
Implemented RegexBlockStream
|
3 years ago |