aboutsummaryrefslogtreecommitdiff
path: root/sensor
Commit message (Collapse)AuthorAgeFilesLines
* 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-202-0/+33
| | | | (old wip code)
* o Better sql generation.Trygve Laugstøl2015-03-301-4/+4
|
* o Adding back SQL output.Trygve Laugstøl2015-03-283-120/+155
|
* o Adding timestamp by default when converting samples.Trygve Laugstøl2015-03-284-34/+92
|
* o Replacing regex based parsing with simpler and more correct tokenizing.Trygve Laugstøl2015-03-235-79/+134
| | | | | o Flushing output after each sample. o Adding back tests.
* o Better class names for options.Trygve Laugstøl2015-03-222-35/+34
|
* o Renaming open_sample_input_stream to open_sample_stream_parser.Trygve Laugstøl2015-03-222-3/+2
|
* o Splitting out io parts into trygvis::sensor::io.Trygve Laugstøl2015-03-225-340/+378
|
* o Renaming trygvis::soil_moisture to trygvis::sample.Trygve Laugstøl2015-03-223-11/+8
|
* o Renaming SoilMoistureIo to SensorSample, moving to its own library.Trygve Laugstøl2015-03-224-0/+939