aboutsummaryrefslogtreecommitdiff
path: root/apps/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* o Some iOS experiments. Very WiP.iosTrygve Laugstøl2015-07-101-0/+1
|
* Getting started on a port to OSX.Trygve Laugstøl2015-06-301-0/+12
|
* ble-scan:Trygve Laugstøl2015-06-211-0/+1
| | | | | | o New tool to scan for devices. Requires root on linux :( Linux is also touchy if the program dies. BluetoothAdapter: o Adding getMac().
* o Going all header file based and single-executable to launch all apps.Trygve Laugstøl2015-06-211-20/+39
| | | | o Ading CMake magic to generate the launcher
* o Adding a tool to add timestamps to each sample.Trygve Laugstøl2015-06-201-1/+1
| | | | (old wip code)
* o Renaming SoilMoistureIo to SensorSample, moving to its own library.Trygve Laugstøl2015-03-221-5/+6
|
* o First version of a tool to continuously read and discover serial ports.Trygve Laugstøl2015-03-221-0/+1
|
* o Start of a tool to select columns,Trygve Laugstøl2015-03-221-0/+1
|
* o Creating a tool to calculate an absolute timestamp from a relative timestamp.Trygve Laugstøl2015-03-141-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øl2015-03-061-14/+13
|
* o Starting on a tool to convert between sample formats.Trygve Laugstøl2015-03-061-0/+2
|
* o An app to read the serial port and parse its values. Not very useful yet.Trygve Laugstøl2015-03-031-6/+6
|
* o Replacing boost::logging with log4cplus.Trygve Laugstøl2015-03-011-2/+19
|
* o Adding a tool to query the database and create a influxdb json array.Trygve Laugstøl2015-02-261-0/+1
|
* o Adding utility to insert samples from json files.Trygve Laugstøl2015-02-261-1/+4
|
* Major improvement in the sm-get-value utility:Trygve Laugstøl2015-02-231-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øl2015-02-221-1/+2
|
* o Splitting out public header files into it's own directory.Trygve Laugstøl2015-02-221-1/+1
|
* Reorganizing the source code:Trygve Laugstøl2015-02-201-0/+22
o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.