Ruakij
|
f596a99ee6
|
Implement converter-stream point -> lineProtocol
|
3 years ago |
Ruakij
|
d1cf1d8f7d
|
Add connection-state tracking as getter
|
3 years ago |
Ruakij
|
4e2ffec656
|
Fix typo
|
3 years ago |
Ruakij
|
7f5e168fda
|
Added missing autoReconnectBackoffTime
|
3 years ago |
Ruakij
|
024305db43
|
Fixed host and port wrong way around
|
3 years ago |
Ruakij
|
6b93a02943
|
Implement basic LineProtocolWriter
|
3 years ago |
Ruakij
|
94846a48e1
|
Fix data-fields not getting added as tags
|
3 years ago |
Ruakij
|
39350932a4
|
Changed metric- and tag-names to match best-practise naminc-convention
|
3 years ago |
Ruakij
|
1e37f35e38
|
Moved creation of writeApi to main and set default-tag hostname
|
3 years ago |
Ruakij
|
cc9e4c7258
|
Fix flush using local vars instead of this-vars
|
3 years ago |
Ruakij
|
56ac283544
|
Refactored code to match code-style
|
3 years ago |
Ruakij
|
9095e21e6f
|
Add handshakeStage as metric
|
3 years ago |
Ruakij
|
0d84079ce1
|
Added packetType to tag-fields
|
3 years ago |
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 |