aboutsummaryrefslogtreecommitdiff
path: root/sensor/include/trygvis
Commit message (Collapse)AuthorAgeFilesLines
* o Renaming SampleOutputStream to SampleConsumer.Trygve Laugstøl2017-09-011-68/+57
| | | | o Some c++ style fixes.
* Soil Moisture: Adding support for controlling lights.Trygve Laugstøl2016-04-122-22/+23
| | | | | Bluetooth: refectorying, trying to be more c++ idiomatic and modern. SM/Diller: adding bluetooth to Diller bridge.
* Fixing two bugs in mqtt-publish:Trygve Laugstøl2015-07-211-0/+6
| | | | | 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-192-3/+4
|
* o Adding a parser::finish() method that indicates that the stream is done ↵Trygve Laugstøl2015-07-111-5/+10
| | | | and any possibly buffered data should be parsed and processed.
* SoilMoisture:Trygve Laugstøl2015-06-211-0/+3
| | | | | | o Adding getName(). sm-get-value: o More cleanup.
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵Trygve Laugstøl2015-06-211-1/+3
| | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling.
* o Adding a tool to add timestamps to each sample.Trygve Laugstøl2015-06-201-0/+9
| | | | (old wip code)
* o Adding back SQL output.Trygve Laugstøl2015-03-282-32/+57
|
* o Adding timestamp by default when converting samples.Trygve Laugstøl2015-03-282-10/+47
|
* o Better class names for options.Trygve Laugstøl2015-03-221-31/+27
|
* o Renaming open_sample_input_stream to open_sample_stream_parser.Trygve Laugstøl2015-03-221-2/+1
|
* o Splitting out io parts into trygvis::sensor::io.Trygve Laugstøl2015-03-222-272/+266
|
* o Renaming trygvis::soil_moisture to trygvis::sample.Trygve Laugstøl2015-03-221-0/+423