aboutsummaryrefslogtreecommitdiff
path: root/raw-mqtt-consumer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a custom mosquitto c++ client.HEADmasterTrygve Laugstøl2015-08-081-53/+13
|
* o More explicit bind functions, it is useful because Cassandra is touchy ↵Trygve Laugstøl2015-08-071-28/+70
| | | | | | | with its types. o Saving the topic and message id in the raw record table. o Dropping the mosquittopp, it is not very useful.
* o Adding even better --help handling.Trygve Laugstøl2015-08-041-5/+4
| | | | Fixing handling of timestamps on 32-bit platforms. Defining a timestamp_t type and useing it all over.
* o Adding better --help handling.Trygve Laugstøl2015-08-021-7/+5
| | | | | SM: Using "timestamp_ms" instead of "timestamp" as the timestamp key. SM: On reception, send a "cooked" message with the value of each device. To be improved.
* o Adding a MQTT consumer that stores the parsed record in Cassandra.Trygve Laugstøl2015-08-021-0/+239