aboutsummaryrefslogtreecommitdiff
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
* Mac:HEADmasterTrygve Laugstøl2018-12-202-2/+6
* o Trying to improve compatibility with some feature checks.Trygve Laugstøl2018-11-233-8/+8
* o Starting to handle notifications and indicationsTrygve Laugstøl2018-11-233-16/+20
* o Compiling everything again.Trygve Laugstøl2018-11-221-1/+1
* o Removing unused code.Trygve Laugstøl2018-11-221-1/+0
* o Working enabling of notifications.Trygve Laugstøl2018-11-222-4/+15
* ble-read-characteristic: working READ mode, starting on NOTIFY.Trygve Laugstøl2018-11-196-13/+18
* Adding missing includes.Trygve Laugstøl2018-11-192-0/+2
* ByteBuffer:Trygve Laugstøl2018-11-194-45/+97
* apps/ble-bts:Trygve Laugstøl2018-11-174-10/+111
* Major overhaul of BLE code:Trygve Laugstøl2018-09-053-2/+4
* Fixing lots of small nits:Trygve Laugstøl2018-08-306-13/+122
* sm-db-insert: fixing headers and warnings.Trygve Laugstøl2018-08-301-6/+6
* sm-db-insert/select: Adding missing header.Trygve Laugstøl2018-08-232-0/+2
* sample-tee.cpp: tool for writing and rotating log files, similar to unix's te...Trygve Laugstøl2017-09-013-13/+128
* o Making sure stdout is flushed properly before returning.Trygve Laugstøl2017-09-011-0/+2
* o Renaming SampleOutputStream to SampleConsumer.Trygve Laugstøl2017-09-018-42/+31
* Soil Moisture: Adding support for controlling lights.Trygve Laugstøl2016-04-1212-99/+680
* o Fixing off-by-one error when reading device name.Trygve Laugstøl2016-02-141-1/+5
* mqtt: Using mqtt_support utilities from the mqtt-cassandra bridge.Trygve Laugstøl2016-02-148-163/+477
* o Only discovering sensors if they haven't been discovered before.Trygve Laugstøl2015-07-291-15/+17
* o Overhaul of the bluetooth code.Trygve Laugstøl2015-07-265-29/+96
* Fixing two bugs in mqtt-publish:Trygve Laugstøl2015-07-211-4/+13
* o Adding an application to send samples over MQTT.Trygve Laugstøl2015-07-203-28/+347
* o Sending only a single sample after all values have been read.Trygve Laugstøl2015-07-201-11/+11
* o Trying to clean up includes a bit.Trygve Laugstøl2015-07-198-24/+17
* o Going back to a bunch of cpp files instead of launcher+bunch of header file...Trygve Laugstøl2015-07-1916-263/+205
* o Applying clang-format to all apps.Trygve Laugstøl2015-07-1916-167/+121
* o Changing the output format to include the indexes in the values, enabling r...Trygve Laugstøl2015-07-191-9/+12
* o Adding support for installing the code.Trygve Laugstøl2015-07-101-1/+7
* SoilMoisture:Trygve Laugstøl2015-06-212-3/+4
* ble-scan:Trygve Laugstøl2015-06-214-4/+92
* ble-inspect-device:Trygve Laugstøl2015-06-211-5/+5
* SoilMoisture:Trygve Laugstøl2015-06-213-42/+72
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ...Trygve Laugstøl2015-06-216-114/+114
* o Using ends_with when checking for which app to launch too.Trygve Laugstøl2015-06-219-39/+65
* o Going all header file based and single-executable to launch all apps.Trygve Laugstøl2015-06-2118-406/+488
* 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
* 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