aboutsummaryrefslogtreecommitdiff
path: root/ble
Commit message (Collapse)AuthorAgeFilesLines
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵Trygve Laugstøl2015-06-212-26/+38
| | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling.
* o Fixing wrong class name references in exception messages.Trygve Laugstøl2015-06-201-4/+4
|
* o Replacing boost::logging with log4cplus.Trygve Laugstøl2015-03-014-58/+64
|
* Major improvement in the sm-get-value utility:Trygve Laugstøl2015-02-231-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øl2015-02-226-352/+4
|
* o Reading soil moisture values in a loop.Trygve Laugstøl2015-02-221-1/+3
|
* o Support for reading and writing characteristics.Trygve Laugstøl2015-02-216-58/+174
|
* o Consistence reference usage.Trygve Laugstøl2015-02-213-10/+15
|
* o Creating a class to access GATT.Trygve Laugstøl2015-02-214-50/+152
|
* wipTrygve Laugstøl2015-02-203-2/+25
|
* Reorganizing the source code:Trygve Laugstøl2015-02-208-0/+1281
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.