| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
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 boost::uuid didn't give much, use our own and add new short uuid type.
o Fixing nits from clang-tidy.
|
|
|
|
|
| |
Bluetooth: refectorying, trying to be more c++ idiomatic and modern.
SM/Diller: adding bluetooth to Diller bridge.
|
|
|
|
|
|
| |
- 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 New tool to scan for devices. Requires root on linux :( Linux is also touchy if the program dies.
BluetoothAdapter:
o Adding getMac().
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
o Moving main to apps/
o Moving the library sources to ble/
o Creating cmake files for each piece.
|