Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Getting started on a port to OSX. | Trygve Laugstøl | 2015-06-30 | 1 | -4/+2 |
| | |||||
* | ble-scan: | Trygve Laugstøl | 2015-06-21 | 1 | -21/+50 |
| | | | | | | 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 | 1 | -25/+37 |
| | | | | | | | 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 | 1 | -37/+23 |
| | |||||
* | o Support for reading and writing characteristics. | Trygve Laugstøl | 2015-02-21 | 1 | -3/+41 |
| | |||||
* | o Consistence reference usage. | Trygve Laugstøl | 2015-02-21 | 1 | -6/+5 |
| | |||||
* | o Creating a class to access GATT. | Trygve Laugstøl | 2015-02-21 | 1 | -33/+63 |
| | |||||
* | wip | Trygve Laugstøl | 2015-02-20 | 1 | -2/+0 |
| | |||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 1 | -0/+512 |
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece. |