Commit Graph

27 Commits (739f27c0b811491d31055c6ed1974b6d38319bef)

Author SHA1 Message Date
Ruakij 739f27c0b8 Added InfluxDB-client library
Version 3.9.0
https://github.com/tobiasschuerg/InfluxDB-Client-for-Arduino
3 years ago
Ruakij 1c5a0638ed Calling packetHandler 3 years ago
Ruakij 69317e51f6 Changed arg to const ref 3 years ago
Ruakij 4f1cb82f46 Remove unused include 3 years ago
Ruakij b7b7f6edbb Fixed exception when signal-data could is missing 3 years ago
Ruakij 8d67321d4b Implemented payload-alanyzing (size) 3 years ago
Ruakij 61f3c432c9 Moved head-analyzing to own function 3 years ago
Ruakij 52119fe3cd Added handling of special packet-types with their respective data 3 years ago
Ruakij f938f8dd53 Finished packet-type detection 3 years ago
Ruakij 4d8597b1d6 Made pass const 3 years ago
Ruakij 3c379a1a80 Rename split.hpp to string-helper.hpp 3 years ago
Ruakij 035491668a Fixed wrong key used 3 years ago
Ruakij 16028daf10 Auto-Remove newline-char 3 years ago
Ruakij a0ae919614 Removed asyncHandler and creating new threads now once buffer-vector is complete 3 years ago
Ruakij 5ea6d1f975 Implemented usage of packetType-enum 3 years ago
Ruakij ca1b59e4c6 Choose and set addresses to packet 3 years ago
Ruakij b10a0de9e6 Grabbing adresses if available from header 3 years ago
Ruakij 58a535401a Grabbing first data from header 3 years ago
Ruakij cb33dd0f80 Moved timestampConvert to own helper-file 3 years ago
Ruakij 8a62d2899b Moved split to own helper-file 3 years ago
Ruakij 6de2063288 Implemented textTimestamp converter to timestampMicros 3 years ago
Ruakij 5d3e861fc9 Gathering first data from textPacket 3 years ago
Ruakij e7dcaf99a0 Created empty PacketHandler 3 years ago
Ruakij 36f252437d Changed from only strings to vector-strings 3 years ago
Ruakij 5ac832623d Created empty TextPacketHandler 3 years ago
Ruakij e66f6c1140 Fixed strcopy being wrong way around 3 years ago
Ruakij 35edc6ca6e Created basic chained handlers 3 years ago