Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o Overhaul of the bluetooth code. | Trygve Laugstøl | 2015-07-26 | 1 | -6/+13 |
| | | | | | | - Adding support for reading FLOAT (specified in IEEE 11073-20601) values from a bluetooth device. - More shared pointers to help keep track of the object's lifecycle. Makes sure that the connections are released back to Linux, Linux is way to sensitive with crashing applications. o Adding support for reading the temperature sensors from the SoilMoisture device. | ||||
* | o Consistent ordering when storing the MAC address's bytes. | Trygve Laugstøl | 2015-07-18 | 1 | -13/+13 |
| | |||||
* | ble-scan: | Trygve Laugstøl | 2015-06-21 | 1 | -17/+1 |
| | | | | | | 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 | -8/+8 |
| | |||||
* | 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 | -2/+28 |
| | |||||
* | o Creating a class to access GATT. | Trygve Laugstøl | 2015-02-21 | 1 | -0/+10 |
| | |||||
* | wip | Trygve Laugstøl | 2015-02-20 | 1 | -0/+14 |
| | |||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 1 | -0/+193 |
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece. |