Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Soil Moisture: Adding support for controlling lights. | Trygve Laugstøl | 2016-04-12 | 2 | -58/+104 |
| | | | | | Bluetooth: refectorying, trying to be more c++ idiomatic and modern. SM/Diller: adding bluetooth to Diller bridge. | ||||
* | mqtt: Using mqtt_support utilities from the mqtt-cassandra bridge. | Trygve Laugstøl | 2016-02-14 | 1 | -1/+1 |
| | |||||
* | o Overhaul of the bluetooth code. | Trygve Laugstøl | 2015-07-26 | 4 | -73/+187 |
| | | | | | | - 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 Fixing compatability with libcxx. | Trygve Laugstøl | 2015-07-21 | 2 | -2/+5 |
| | |||||
* | o Trying to clean up includes a bit. | Trygve Laugstøl | 2015-07-19 | 1 | -3/+2 |
| | |||||
* | o Consistent ordering when storing the MAC address's bytes. | Trygve Laugstøl | 2015-07-18 | 2 | -14/+14 |
| | |||||
* | o Adding support for installing the code. | Trygve Laugstøl | 2015-07-10 | 1 | -1/+1 |
| | |||||
* | ble-scan: | Trygve Laugstøl | 2015-06-21 | 3 | -44/+67 |
| | | | | | | o New tool to scan for devices. Requires root on linux :( Linux is also touchy if the program dies. BluetoothAdapter: o Adding getMac(). | ||||
* | SoilMoisture: | Trygve Laugstøl | 2015-06-21 | 1 | -0/+4 |
| | | | | | | o Adding getName(). sm-get-value: o More cleanup. | ||||
* | o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵ | Trygve Laugstøl | 2015-06-21 | 2 | -26/+38 |
| | | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling. | ||||
* | o Fixing wrong class name references in exception messages. | Trygve Laugstøl | 2015-06-20 | 1 | -4/+4 |
| | |||||
* | o Replacing boost::logging with log4cplus. | Trygve Laugstøl | 2015-03-01 | 4 | -58/+64 |
| | |||||
* | Major improvement in the sm-get-value utility: | Trygve Laugstøl | 2015-02-23 | 1 | -0/+11 |
| | | | | | | | | | | o Adding command line option parsing through boost::program_option Current options: --device, --sensor --format selects between CSV and JSON output. --sleep controls single reads vs continuous reads. o Adding JSON output. o Adding support for Release builds without debugging info. Needs improvement. | ||||
* | o Splitting out public header files into it's own directory. | Trygve Laugstøl | 2015-02-22 | 6 | -352/+4 |
| | |||||
* | o Reading soil moisture values in a loop. | Trygve Laugstøl | 2015-02-22 | 1 | -1/+3 |
| | |||||
* | o Support for reading and writing characteristics. | Trygve Laugstøl | 2015-02-21 | 6 | -58/+174 |
| | |||||
* | o Consistence reference usage. | Trygve Laugstøl | 2015-02-21 | 3 | -10/+15 |
| | |||||
* | o Creating a class to access GATT. | Trygve Laugstøl | 2015-02-21 | 4 | -50/+152 |
| | |||||
* | wip | Trygve Laugstøl | 2015-02-20 | 3 | -2/+25 |
| | |||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 8 | -0/+1281 |
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece. |