Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ble-read-characteristic: working READ mode, starting on NOTIFY. | Trygve Laugstøl | 2018-11-19 | 1 | -2/+2 |
| | |||||
* | o Renaming SampleOutputStream to SampleConsumer. | Trygve Laugstøl | 2017-09-01 | 1 | -68/+57 |
| | | | | o Some c++ style fixes. | ||||
* | Soil Moisture: Adding support for controlling lights. | Trygve Laugstøl | 2016-04-12 | 2 | -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øl | 2015-07-21 | 1 | -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øl | 2015-07-19 | 2 | -3/+4 |
| | |||||
* | o Adding a parser::finish() method that indicates that the stream is done ↵ | Trygve Laugstøl | 2015-07-11 | 1 | -5/+10 |
| | | | | and any possibly buffered data should be parsed and processed. | ||||
* | SoilMoisture: | Trygve Laugstøl | 2015-06-21 | 1 | -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øl | 2015-06-21 | 1 | -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øl | 2015-06-20 | 1 | -0/+9 |
| | | | | (old wip code) | ||||
* | o Adding back SQL output. | Trygve Laugstøl | 2015-03-28 | 2 | -32/+57 |
| | |||||
* | o Adding timestamp by default when converting samples. | Trygve Laugstøl | 2015-03-28 | 2 | -10/+47 |
| | |||||
* | o Better class names for options. | Trygve Laugstøl | 2015-03-22 | 1 | -31/+27 |
| | |||||
* | o Renaming open_sample_input_stream to open_sample_stream_parser. | Trygve Laugstøl | 2015-03-22 | 1 | -2/+1 |
| | |||||
* | o Splitting out io parts into trygvis::sensor::io. | Trygve Laugstøl | 2015-03-22 | 2 | -272/+266 |
| | |||||
* | o Renaming trygvis::soil_moisture to trygvis::sample. | Trygve Laugstøl | 2015-03-22 | 1 | -6/+2 |
| | |||||
* | o Renaming SoilMoistureIo to SensorSample, moving to its own library. | Trygve Laugstøl | 2015-03-22 | 1 | -0/+427 |