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 | 2 | -96/+85 |
| | | | | o Some c++ style fixes. | ||||
* | Soil Moisture: Adding support for controlling lights. | Trygve Laugstøl | 2016-04-12 | 5 | -46/+47 |
| | | | | | 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 | 2 | -1/+6 |
| | | | | | o The last character after EOF was parsed twice. o Create a separate counter for unacked messages instead of checking want_write. | ||||
* | o Adding an application to send samples over MQTT. | Trygve Laugstøl | 2015-07-20 | 2 | -2/+2 |
| | | | | o Improved CMake build script, better detection and error messages of headers/libraries. Conditionally adding the applications that can be compiled with the given set of found libraries. | ||||
* | o Trying to clean up includes a bit. | Trygve Laugstøl | 2015-07-19 | 4 | -10/+6 |
| | |||||
* | o Adding a parser::finish() method that indicates that the stream is done ↵ | Trygve Laugstøl | 2015-07-11 | 4 | -17/+77 |
| | | | | and any possibly buffered data should be parsed and processed. | ||||
* | o Adding support for installing the code. | Trygve Laugstøl | 2015-07-10 | 1 | -5/+13 |
| | |||||
* | 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 | 2 | -0/+33 |
| | | | | (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 | 3 | -120/+155 |
| | |||||
* | o Adding timestamp by default when converting samples. | Trygve Laugstøl | 2015-03-28 | 4 | -34/+92 |
| | |||||
* | o Replacing regex based parsing with simpler and more correct tokenizing. | Trygve Laugstøl | 2015-03-23 | 5 | -79/+134 |
| | | | | | o Flushing output after each sample. o Adding back tests. | ||||
* | o Better class names for options. | Trygve Laugstøl | 2015-03-22 | 2 | -35/+34 |
| | |||||
* | o Renaming open_sample_input_stream to open_sample_stream_parser. | Trygve Laugstøl | 2015-03-22 | 2 | -3/+2 |
| | |||||
* | o Splitting out io parts into trygvis::sensor::io. | Trygve Laugstøl | 2015-03-22 | 5 | -340/+378 |
| | |||||
* | o Renaming trygvis::soil_moisture to trygvis::sample. | Trygve Laugstøl | 2015-03-22 | 3 | -11/+8 |
| | |||||
* | o Renaming SoilMoistureIo to SensorSample, moving to its own library. | Trygve Laugstøl | 2015-03-22 | 4 | -0/+939 |