aboutsummaryrefslogtreecommitdiff
path: root/apps/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* apps/ble-bts:Trygve Laugstøl2018-11-171-1/+2
| | | | | | | | | | o Adding start of health termometer service tool. apps/ble-read-characteristic: o Sart of new tool. apps/ble-inspect-device o Make adapter configurable. other: o UUID fixes and tests.
* Fixing lots of small nits:Trygve Laugstøl2018-08-301-0/+1
| | | | | o boost::uuid didn't give much, use our own and add new short uuid type. o Fixing nits from clang-tidy.
* sample-tee.cpp: tool for writing and rotating log files, similar to unix's ↵Trygve Laugstøl2017-09-011-0/+1
| | | | | | tee command. sample-add-timestamp.cpp: Actually using the resolution flag.
* Soil Moisture: Adding support for controlling lights.Trygve Laugstøl2016-04-121-35/+45
| | | | | 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øl2016-02-141-5/+4
|
* o Adding an application to send samples over MQTT.Trygve Laugstøl2015-07-201-23/+67
| | | | o Improved CMake build script, better detection and error messages of headers/libraries. Conditionally adding the applications that can be compiled with the given set of found libraries.
* o Going back to a bunch of cpp files instead of launcher+bunch of header ↵Trygve Laugstøl2015-07-191-45/+29
| | | | files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type.
* o Adding support for installing the code.Trygve Laugstøl2015-07-101-1/+7
|
* 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.