aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* o Adding a custom mosquitto c++ client.HEADmasterTrygve Laugstøl2015-08-085-57/+238
|
* o More explicit bind functions, it is useful because Cassandra is touchy ↵Trygve Laugstøl2015-08-076-40/+96
| | | | | | | 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 Trireme setup to support migrating the Cassandra schema.Trygve Laugstøl2015-08-047-37/+44
|
* o Adding even better --help handling.Trygve Laugstøl2015-08-045-18/+24
| | | | 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-023-45/+77
| | | | | 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-029-90/+565
|
* o More Cassandra wrappers.Trygve Laugstøl2015-07-164-49/+211
| | | | o Using more futures.
* o Renaming binaries.Trygve Laugstøl2015-07-153-23/+23
|
* o Adding web server to serve responses.Trygve Laugstøl2015-07-147-47/+492
|
* o Fully functional reception from MQTT into Cassandra.Trygve Laugstøl2015-07-133-93/+250
|
* o Adding command line options to configure cassandra and mqtt servers.Trygve Laugstøl2015-07-122-11/+44
|
* o Initial import.Trygve Laugstøl2015-07-125-0/+366