Commit Graph

174 Commits (master)
 

Author SHA1 Message Date
Ruakij 37b78e7373 Fixed wrong logging-mode used 3 years ago
Ruakij c5e1bb4c64 Added info-log "ok" 3 years ago
Ruakij 3c29ed2000 Implemented CheckWriteApi by writing and then deleting a TestPoint 3 years ago
Ruakij ddf39b9433 Fixed require 3 years ago
Ruakij 3a927688d0 Changed fatal to error and added error handling to promise catch in main 3 years ago
Ruakij c51cfc1b14 Fixed missing require 3 years ago
Ruakij e1b2a7e016 Added influx checkBucket 3 years ago
Ruakij fc5900b0ba Added influx checkHealth 3 years ago
Ruakij 354ca32a61 Merge branch 'dev' into f_influx-checks 3 years ago
Ruakij d10e9bb2c6 Create influx-client 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 7de2250983 Added client-apis 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 dcd0ce8111 Added lib string-argv to extract bin and args from cmd 3 years ago
Ruakij 1a9ced0bb8 Changed exec to only wrap spawn 3 years ago
Ruakij d77e3f8844 Fixed naming 3 years ago
Ruakij e715cc1cac Removed unused env-vars for now 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 d0ee1a7044 Fixed gtter payloadSize 3 years ago
Ruakij 57394882cc Implemented reading keyExchangeData and determining handshake-number 3 years ago
Ruakij b41d728ba9 Fixed missing export 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 62b55b94f1 Added missing payloadSize to Packet 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