aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ↵Trygve Laugstøl2015-06-216-114/+114
| | | | | | | the same lifecycle as a BluetoothGatt. sm-get-value: o Better error handling.
* o Using ends_with when checking for which app to launch too.Trygve Laugstøl2015-06-219-39/+65
| | | | | sm-get-value: o Using the io code for writing samples
* o Going all header file based and single-executable to launch all apps.Trygve Laugstøl2015-06-2118-406/+488
| | | | o Ading CMake magic to generate the launcher
* o Fixing typos.Trygve Laugstøl2015-06-201-6/+5
|
* o Adding app_name to app, creating a per-app logger.Trygve Laugstøl2015-06-207-3/+40
|
* o Configuring better logging output.Trygve Laugstøl2015-06-201-2/+8
|
* o Adding a tool to add timestamps to each sample.Trygve Laugstøl2015-06-203-213/+102
| | | | (old wip code)
* o Adding back SQL output.Trygve Laugstøl2015-03-281-6/+10
|
* o Adding timestamp by default when converting samples.Trygve Laugstøl2015-03-282-8/+15
|
* o Better class names for options.Trygve Laugstøl2015-03-221-2/+2
|
* o Renaming open_sample_input_stream to open_sample_stream_parser.Trygve Laugstøl2015-03-223-4/+4
|
* o Splitting out io parts into trygvis::sensor::io.Trygve Laugstøl2015-03-226-7/+15
|
* o Renaming trygvis::soil_moisture to trygvis::sample.Trygve Laugstøl2015-03-229-23/+17
|
* o Renaming SoilMoistureIo to SensorSample, moving to its own library.Trygve Laugstøl2015-03-229-894/+12
|
* o First version of a tool to continuously read and discover serial ports.Trygve Laugstøl2015-03-226-14/+217
|
* o Start of a tool to select columns,Trygve Laugstøl2015-03-222-0/+124
|
* o RRD output.Trygve Laugstøl2015-03-224-8/+163
|
* o Dropping empty samples when looking for an end sample.Trygve Laugstøl2015-03-212-1/+6
|
* o Support for converting from millisecond timestamps to second timestamps.Trygve Laugstøl2015-03-201-19/+62
|
* o More relaxed regex parsing.Trygve Laugstøl2015-03-201-1/+1
|
* o Fixing key-value output.Trygve Laugstøl2015-03-193-27/+30
|
* o Replacing custom Format with common sample_format_type.Trygve Laugstøl2015-03-185-121/+106
|
* o Renaming CsvSampleParser to KeyValueSampleParser.Trygve Laugstøl2015-03-174-20/+19
|
* o cout and unique_ptr became complicated.Trygve Laugstøl2015-03-176-32/+43
| | | | o Updating lots of code to the latest api.
* o An improved KeyDictionary.Trygve Laugstøl2015-03-175-164/+170
|
* o Updating to new API.Trygve Laugstøl2015-03-145-200/+347
|
* o Creating a tool to calculate an absolute timestamp from a relative timestamp.Trygve Laugstøl2015-03-147-71/+371
| | | | o Using git submodules instead of CMake's external project.
* o Formatting.Trygve Laugstøl2015-03-088-20/+18
|
* o Improved SQL output.Trygve Laugstøl2015-03-086-63/+84
|
* o Improved SQL output.Trygve Laugstøl2015-03-082-11/+22
|
* o Dynamic input and output types.Trygve Laugstøl2015-03-083-126/+145
|
* o First start of a proper CSV parser.Trygve Laugstøl2015-03-074-71/+151
|
* 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-065-34/+310
|
* o Adding the hostname to the data.Trygve Laugstøl2015-03-043-8/+42
|
* o Only sending the data to cout, the rest goes to cerr.Trygve Laugstøl2015-03-041-4/+4
|
* o Adding JSON output format.Trygve Laugstøl2015-03-041-48/+73
|
* o An app to read the serial port and parse its values. Not very useful yet.Trygve Laugstøl2015-03-032-6/+168
|
* o Trying to structure how apps are made.Trygve Laugstøl2015-03-014-66/+126
|
* o Replacing boost::logging with log4cplus.Trygve Laugstøl2015-03-015-4/+118
|
* o Adding a tool to query the database and create a influxdb json array.Trygve Laugstøl2015-02-262-0/+83
|
* o Adding utility to insert samples from json files.Trygve Laugstøl2015-02-264-6/+122
|
* Major improvement in the sm-get-value utility:Trygve Laugstøl2015-02-232-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øl2015-02-225-238/+175
|
* o Splitting out public header files into it's own directory.Trygve Laugstøl2015-02-223-9/+7
|
* o Reading soil moisture values in a loop.Trygve Laugstøl2015-02-221-35/+90
|
* o Support for reading and writing characteristics.Trygve Laugstøl2015-02-213-3/+51
|
* o Consistence reference usage.Trygve Laugstøl2015-02-211-0/+2
|
* o Creating a class to access GATT.Trygve Laugstøl2015-02-212-44/+39
|
* wipTrygve Laugstøl2015-02-201-50/+42
|