Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | o First version of a tool to continuously read and discover serial ports. | Trygve Laugstøl | 2015-03-22 | 1 | -0/+1 |
| | |||||
* | o Start of a tool to select columns, | Trygve Laugstøl | 2015-03-22 | 1 | -0/+1 |
| | |||||
* | o Creating a tool to calculate an absolute timestamp from a relative timestamp. | Trygve Laugstøl | 2015-03-14 | 1 | -11/+2 |
| | | | | o Using git submodules instead of CMake's external project. | ||||
* | o Building a library of all the utility code, speeds up the build time. | Trygve Laugstøl | 2015-03-06 | 1 | -14/+13 |
| | |||||
* | o Starting on a tool to convert between sample formats. | Trygve Laugstøl | 2015-03-06 | 1 | -0/+2 |
| | |||||
* | o An app to read the serial port and parse its values. Not very useful yet. | Trygve Laugstøl | 2015-03-03 | 1 | -6/+6 |
| | |||||
* | o Replacing boost::logging with log4cplus. | Trygve Laugstøl | 2015-03-01 | 1 | -2/+19 |
| | |||||
* | o Adding a tool to query the database and create a influxdb json array. | Trygve Laugstøl | 2015-02-26 | 1 | -0/+1 |
| | |||||
* | o Adding utility to insert samples from json files. | Trygve Laugstøl | 2015-02-26 | 1 | -1/+4 |
| | |||||
* | Major improvement in the sm-get-value utility: | Trygve Laugstøl | 2015-02-23 | 1 | -1/+15 |
| | | | | | | | | | | 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 | -1/+2 |
| | |||||
* | o Splitting out public header files into it's own directory. | Trygve Laugstøl | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | Reorganizing the source code: | Trygve Laugstøl | 2015-02-20 | 1 | -0/+22 |
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece. |