aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Mac:HEADmasterTrygve Laugstøl2018-12-209-50/+108
* o Trying to improve compatibility with some feature checks.Trygve Laugstøl2018-11-2310-19/+89
* o Starting to handle notifications and indicationsTrygve Laugstøl2018-11-2311-71/+165
* o Compiling everything again.Trygve Laugstøl2018-11-223-11/+15
* o Removing unused code.Trygve Laugstøl2018-11-223-12/+0
* o Working enabling of notifications.Trygve Laugstøl2018-11-2212-170/+432
* ble-read-characteristic: working READ mode, starting on NOTIFY.Trygve Laugstøl2018-11-1911-52/+69
* Adding missing includes.Trygve Laugstøl2018-11-192-0/+2
* ByteBuffer:Trygve Laugstøl2018-11-199-80/+142
* apps/ble-bts:Trygve Laugstøl2018-11-179-31/+228
* o Removing debugging.Trygve Laugstøl2018-09-061-4/+0
* o Actually formatting UUIDs as UUIDs.Trygve Laugstøl2018-09-061-19/+8
* Major overhaul of BLE code:Trygve Laugstøl2018-09-0515-464/+871
* Fixing lots of small nits:Trygve Laugstøl2018-08-3010-165/+325
* 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-0112-145/+131
* o Adding missing include.Trygve Laugstøl2017-09-012-1/+2
* Soil Moisture: Adding support for controlling lights.Trygve Laugstøl2016-04-1222-220/+865
* 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-1415-170/+491
* 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-2612-110/+389
* o Fixing compatability with libcxx.Trygve Laugstøl2015-07-212-2/+5
* Fixing two bugs in mqtt-publish:Trygve Laugstøl2015-07-213-5/+19
* o Adding an application to send samples over MQTT.Trygve Laugstøl2015-07-206-31/+350
* 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-1915-41/+32
* o Going back to a bunch of cpp files instead of launcher+bunch of header file...Trygve Laugstøl2015-07-1918-265/+207
* o Applying clang-format to all apps.Trygve Laugstøl2015-07-1917-167/+187
* o Changing the output format to include the indexes in the values, enabling r...Trygve Laugstøl2015-07-191-9/+12
* o Consistent ordering when storing the MAC address's bytes.Trygve Laugstøl2015-07-183-21/+21
* o Adding a parser::finish() method that indicates that the stream is done and...Trygve Laugstøl2015-07-114-17/+77
* o Updating to the latest version of the json library.Trygve Laugstøl2015-07-111-0/+0
* o Adding support for installing the code.Trygve Laugstøl2015-07-103-7/+21
* SoilMoisture:Trygve Laugstøl2015-06-212-3/+4
* ble-scan:Trygve Laugstøl2015-06-218-50/+163
* ble-inspect-device:Trygve Laugstøl2015-06-211-5/+5
* SoilMoisture:Trygve Laugstøl2015-06-216-42/+84
* o Trying to make the Bluetooth API more C++ idiomatic, a GATT connection has ...Trygve Laugstøl2015-06-2110-145/+157
* 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-2119-407/+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 Fixing wrong class name references in exception messages.Trygve Laugstøl2015-06-201-4/+4
* o Updating json library.Trygve Laugstøl2015-06-201-0/+0
* 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-206-213/+136