Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mqtt: Using mqtt_support utilities from the mqtt-cassandra bridge. | Trygve Laugstøl | 2016-02-14 | 1 | -1/+3 |
| | |||||
* | o Only discovering sensors if they haven't been discovered before. | Trygve Laugstøl | 2015-07-29 | 1 | -15/+17 |
| | |||||
* | o Overhaul of the bluetooth code. | Trygve Laugstøl | 2015-07-26 | 1 | -6/+15 |
| | | | | | | - 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 Sending only a single sample after all values have been read. | Trygve Laugstøl | 2015-07-20 | 1 | -11/+11 |
| | |||||
* | o Going back to a bunch of cpp files instead of launcher+bunch of header ↵ | Trygve Laugstøl | 2015-07-19 | 1 | -0/+185 |
| | | | | files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type. | ||||
* | o Going all header file based and single-executable to launch all apps. | Trygve Laugstøl | 2015-06-21 | 1 | -159/+0 |
| | | | | o Ading CMake magic to generate the launcher | ||||
* | o Fixing typos. | Trygve Laugstøl | 2015-06-20 | 1 | -6/+5 |
| | |||||
* | o Adding app_name to app, creating a per-app logger. | Trygve Laugstøl | 2015-06-20 | 1 | -3/+7 |
| | |||||
* | o Splitting out io parts into trygvis::sensor::io. | Trygve Laugstøl | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | o Renaming trygvis::soil_moisture to trygvis::sample. | Trygve Laugstøl | 2015-03-22 | 1 | -2/+2 |
| | |||||
* | o Renaming SoilMoistureIo to SensorSample, moving to its own library. | Trygve Laugstøl | 2015-03-22 | 1 | -1/+1 |
| | |||||
* | o Replacing custom Format with common sample_format_type. | Trygve Laugstøl | 2015-03-18 | 1 | -43/+6 |
| | |||||
* | o Formatting. | Trygve Laugstøl | 2015-03-08 | 1 | -7/+7 |
| | |||||
* | o Trying to structure how apps are made. | Trygve Laugstøl | 2015-03-01 | 1 | -63/+58 |
| | |||||
* | o Replacing boost::logging with log4cplus. | Trygve Laugstøl | 2015-03-01 | 1 | -2/+11 |
| | |||||
* | o Adding utility to insert samples from json files. | Trygve Laugstøl | 2015-02-26 | 1 | -5/+16 |
| | |||||
* | Major improvement in the sm-get-value utility: | Trygve Laugstøl | 2015-02-23 | 1 | -13/+126 |
| | | | | | | | | | | 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 Starting a new class for all SoilMoisture GATT stuff. | Trygve Laugstøl | 2015-02-22 | 1 | -115/+5 |
| | |||||
* | o Splitting out public header files into it's own directory. | Trygve Laugstøl | 2015-02-22 | 1 | -4/+3 |
| | |||||
* | o Reading soil moisture values in a loop. | Trygve Laugstøl | 2015-02-22 | 1 | -35/+90 |
| | |||||
* | o Support for reading and writing characteristics. | Trygve Laugstøl | 2015-02-21 | 1 | -2/+45 |
| | |||||
* | o Consistence reference usage. | Trygve Laugstøl | 2015-02-21 | 1 | -0/+2 |
| | |||||
* | o Creating a class to access GATT. | Trygve Laugstøl | 2015-02-21 | 1 | -9/+18 |
| | |||||
* | wip | Trygve Laugstøl | 2015-02-20 | 1 | -50/+42 |
| | |||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 1 | -0/+75 |
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece. |