aboutsummaryrefslogtreecommitdiff
path: root/sensor/main/io.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Renaming SampleOutputStream to SampleConsumer.Trygve Laugstøl2017-09-011-28/+28
| | | | o Some c++ style fixes.
* Soil Moisture: Adding support for controlling lights.Trygve Laugstøl2016-04-121-15/+15
| | | | | 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øl2016-02-141-6/+6
|
* Fixing two bugs in mqtt-publish:Trygve Laugstøl2015-07-211-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øl2015-07-191-2/+2
|
* o Adding a parser::finish() method that indicates that the stream is done ↵Trygve Laugstøl2015-07-111-9/+31
| | | | and any possibly buffered data should be parsed and processed.
* o Better sql generation.Trygve Laugstøl2015-03-301-4/+4
|
* o Adding back SQL output.Trygve Laugstøl2015-03-281-88/+98
|
* o Adding timestamp by default when converting samples.Trygve Laugstøl2015-03-281-21/+26
|
* o Replacing regex based parsing with simpler and more correct tokenizing.Trygve Laugstøl2015-03-231-31/+30
| | | | | o Flushing output after each sample. o Adding back tests.
* o Better class names for options.Trygve Laugstøl2015-03-221-4/+7
|
* o Renaming open_sample_input_stream to open_sample_stream_parser.Trygve Laugstøl2015-03-221-1/+1
|
* o Splitting out io parts into trygvis::sensor::io.Trygve Laugstøl2015-03-221-0/+418