Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | o Starting on a tool to convert between sample formats. | Trygve Laugstøl | 2015-03-06 | 5 | -34/+310 | |
| | ||||||
* | o Adding the hostname to the data. | Trygve Laugstøl | 2015-03-04 | 3 | -8/+42 | |
| | ||||||
* | o Only sending the data to cout, the rest goes to cerr. | Trygve Laugstøl | 2015-03-04 | 1 | -4/+4 | |
| | ||||||
* | o Adding JSON output format. | Trygve Laugstøl | 2015-03-04 | 1 | -48/+73 | |
| | ||||||
* | o An app to read the serial port and parse its values. Not very useful yet. | Trygve Laugstøl | 2015-03-03 | 2 | -6/+168 | |
| | ||||||
* | o Trying to structure how apps are made. | Trygve Laugstøl | 2015-03-01 | 4 | -66/+126 | |
| | ||||||
* | o Replacing boost::logging with log4cplus. | Trygve Laugstøl | 2015-03-01 | 5 | -4/+118 | |
| | ||||||
* | o Adding a tool to query the database and create a influxdb json array. | Trygve Laugstøl | 2015-02-26 | 2 | -0/+83 | |
| | ||||||
* | o Adding utility to insert samples from json files. | Trygve Laugstøl | 2015-02-26 | 4 | -6/+122 | |
| | ||||||
* | Major improvement in the sm-get-value utility: | Trygve Laugstøl | 2015-02-23 | 2 | -14/+141 | |
| | | | | | | | | | | 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 | 5 | -238/+175 | |
| | ||||||
* | o Splitting out public header files into it's own directory. | Trygve Laugstøl | 2015-02-22 | 3 | -9/+7 | |
| | ||||||
* | 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 | 3 | -3/+51 | |
| | ||||||
* | 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 | 2 | -44/+39 | |
| | ||||||
* | wip | Trygve Laugstøl | 2015-02-20 | 1 | -50/+42 | |
| | ||||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 4 | -0/+287 | |
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece. |