aboutsummaryrefslogtreecommitdiff
path: root/test/ByteBufferTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Overhaul of the bluetooth code.Trygve Laugstøl2015-07-261-0/+62
| | | | | | - 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 Replacing boost::logging with log4cplus.Trygve Laugstøl2015-03-011-2/+1
|
* o Splitting out public header files into it's own directory.Trygve Laugstøl2015-02-221-8/+1
|
* o Support for reading and writing characteristics.Trygve Laugstøl2015-02-211-15/+18
|
* o Successfully decoding GATT services.Trygve Laugstøl2015-02-181-19/+21
|
* Merge remote-tracking branch 'origin/master'Trygve Laugstøl2015-02-171-21/+62
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Bluetooth.cpp Bluetooth.h ByteBuffer.cpp CMakeLists.txt LinuxBluetooth.cpp main.cpp test/ByteBufferTest.cpp
| * o More tests, more passing tests.Trygve Laugstøl2015-02-171-18/+12
| |
| * o More tests, more passing tests.Trygve Laugstøl2015-02-171-2/+32
| |
| * o Passing tests.Trygve Laugstøl2015-02-171-17/+46
| |
* | valgrind testsTrygve Laugstøl2015-02-151-15/+22
|/
* o wip. Test cases!Trygve Laugstøl2015-02-151-0/+46