Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Soil Moisture: Adding support for controlling lights. | Trygve Laugstøl | 2016-04-12 | 1 | -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øl | 2016-02-14 | 1 | -5/+4 |
| | |||||
* | o Adding an application to send samples over MQTT. | Trygve Laugstøl | 2015-07-20 | 1 | -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øl | 2015-07-19 | 1 | -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øl | 2015-07-10 | 1 | -1/+7 |
| | |||||
* | ble-scan: | Trygve Laugstøl | 2015-06-21 | 1 | -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øl | 2015-06-21 | 1 | -20/+39 |
| | | | | o Ading CMake magic to generate the launcher | ||||
* | o Adding a tool to add timestamps to each sample. | Trygve Laugstøl | 2015-06-20 | 1 | -1/+1 |
| | | | | (old wip code) | ||||
* | o Renaming SoilMoistureIo to SensorSample, moving to its own library. | Trygve Laugstøl | 2015-03-22 | 1 | -5/+6 |
| | |||||
* | 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. |