Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Replacing boost::logging with log4cplus. | Trygve Laugstøl | 2015-03-01 | 4 | -58/+64 |
| | |||||
* | Major improvement in the sm-get-value utility: | Trygve Laugstøl | 2015-02-23 | 1 | -0/+11 |
| | | | | | | | | | | o Adding command line option parsing through boost::program_option Current options: --device, --sensor --format selects between CSV and JSON output. --sleep controls single reads vs continuous reads. o Adding JSON output. o Adding support for Release builds without debugging info. Needs improvement. | ||||
* | o Splitting out public header files into it's own directory. | Trygve Laugstøl | 2015-02-22 | 6 | -352/+4 |
| | |||||
* | o Reading soil moisture values in a loop. | Trygve Laugstøl | 2015-02-22 | 1 | -1/+3 |
| | |||||
* | o Support for reading and writing characteristics. | Trygve Laugstøl | 2015-02-21 | 6 | -58/+174 |
| | |||||
* | o Consistence reference usage. | Trygve Laugstøl | 2015-02-21 | 3 | -10/+15 |
| | |||||
* | o Creating a class to access GATT. | Trygve Laugstøl | 2015-02-21 | 4 | -50/+152 |
| | |||||
* | wip | Trygve Laugstøl | 2015-02-20 | 3 | -2/+25 |
| | |||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 8 | -0/+1281 |
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece. |