Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ble-scan: | Trygve Laugstøl | 2015-06-21 | 1 | -6/+16 |
| | | | | | | o New tool to scan for devices. Requires root on linux :( Linux is also touchy if the program dies. BluetoothAdapter: o Adding getMac(). | ||||
* | o Replacing boost::logging with log4cplus. | Trygve Laugstøl | 2015-03-01 | 1 | -12/+33 |
| | |||||
* | o Splitting out public header files into it's own directory. | Trygve Laugstøl | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | o Support for reading and writing characteristics. | Trygve Laugstøl | 2015-02-21 | 1 | -36/+37 |
| | |||||
* | o Consistence reference usage. | Trygve Laugstøl | 2015-02-21 | 1 | -3/+9 |
| | |||||
* | o Creating a class to access GATT. | Trygve Laugstøl | 2015-02-21 | 1 | -6/+51 |
| | |||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 1 | -0/+160 |
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece. |