Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Some iOS experiments. Very WiP.ios | Trygve Laugstøl | 2015-07-10 | 3 | -10/+109 |
| | |||||
* | Getting started on a port to OSX. | Trygve Laugstøl | 2015-06-30 | 6 | -18/+268 |
| | |||||
* | ble-scan: | Trygve Laugstøl | 2015-06-21 | 3 | -44/+67 |
| | | | | | | o New tool to scan for devices. Requires root on linux :( Linux is also touchy if the program dies. BluetoothAdapter: o Adding getMac(). | ||||
* | SoilMoisture: | Trygve Laugstøl | 2015-06-21 | 1 | -0/+4 |
| | | | | | | 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 | 2 | -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øl | 2015-06-20 | 1 | -4/+4 |
| | |||||
* | 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. |