Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Renaming SampleOutputStream to SampleConsumer. | Trygve Laugstøl | 2017-09-01 | 1 | -28/+28 |
| | | | | o Some c++ style fixes. | ||||
* | Soil Moisture: Adding support for controlling lights. | Trygve Laugstøl | 2016-04-12 | 2 | -16/+16 |
| | | | | | Bluetooth: refectorying, trying to be more c++ idiomatic and modern. SM/Diller: adding bluetooth to Diller bridge. | ||||
* | mqtt: Using mqtt_support utilities from the mqtt-cassandra bridge. | Trygve Laugstøl | 2016-02-14 | 1 | -6/+6 |
| | |||||
* | Fixing two bugs in mqtt-publish: | Trygve Laugstøl | 2015-07-21 | 1 | -1/+0 |
| | | | | | o The last character after EOF was parsed twice. o Create a separate counter for unacked messages instead of checking want_write. | ||||
* | o Trying to clean up includes a bit. | Trygve Laugstøl | 2015-07-19 | 2 | -7/+2 |
| | |||||
* | o Adding a parser::finish() method that indicates that the stream is done ↵ | Trygve Laugstøl | 2015-07-11 | 1 | -9/+31 |
| | | | | and any possibly buffered data should be parsed and processed. | ||||
* | o Adding a tool to add timestamps to each sample. | Trygve Laugstøl | 2015-06-20 | 1 | -0/+24 |
| | | | | (old wip code) | ||||
* | o Better sql generation. | Trygve Laugstøl | 2015-03-30 | 1 | -4/+4 |
| | |||||
* | o Adding back SQL output. | Trygve Laugstøl | 2015-03-28 | 1 | -88/+98 |
| | |||||
* | o Adding timestamp by default when converting samples. | Trygve Laugstøl | 2015-03-28 | 1 | -21/+26 |
| | |||||
* | o Replacing regex based parsing with simpler and more correct tokenizing. | Trygve Laugstøl | 2015-03-23 | 1 | -31/+30 |
| | | | | | o Flushing output after each sample. o Adding back tests. | ||||
* | o Better class names for options. | Trygve Laugstøl | 2015-03-22 | 1 | -4/+7 |
| | |||||
* | o Renaming open_sample_input_stream to open_sample_stream_parser. | Trygve Laugstøl | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | o Splitting out io parts into trygvis::sensor::io. | Trygve Laugstøl | 2015-03-22 | 2 | -65/+108 |
| | |||||
* | o Renaming trygvis::soil_moisture to trygvis::sample. | Trygve Laugstøl | 2015-03-22 | 1 | -4/+2 |
| | |||||
* | o Renaming SoilMoistureIo to SensorSample, moving to its own library. | Trygve Laugstøl | 2015-03-22 | 1 | -0/+456 |