Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Major overhaul of BLE code: | Trygve Laugstøl | 2018-09-05 | 1 | -26/+43 |
| | | | | | | | o Starting to remove shared_ptr. The code shouldn't be shared between threads, any thread safety will have to be built on the outside. o Better service discovery, don't fail when there are multiple requests that have to be done. o AttributeData was buggy, now it is just less than ideal. o Much better ByteBuffer. Now it is a simple view + cursor. | ||||
* | o Overhaul of the bluetooth code. | Trygve Laugstøl | 2015-07-26 | 1 | -0/+34 |
| | | | | | | - 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 Trying to clean up includes a bit. | Trygve Laugstøl | 2015-07-19 | 1 | -2/+3 |
| | |||||
* | o Starting a new class for all SoilMoisture GATT stuff. | Trygve Laugstøl | 2015-02-22 | 1 | -3/+4 |
| | |||||
* | o Splitting out public header files into it's own directory. | Trygve Laugstøl | 2015-02-22 | 1 | -0/+97 |