aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* o Better sql generation.Trygve Laugstøl2015-03-302-4/+194
* o Adding back SQL output.Trygve Laugstøl2015-03-284-126/+165
* o Adding timestamp by default when converting samples.Trygve Laugstøl2015-03-286-42/+107
* o Replacing regex based parsing with simpler and more correct tokenizing.Trygve Laugstøl2015-03-235-79/+134
* o Better class names for options.Trygve Laugstøl2015-03-223-37/+36
* o Renaming open_sample_input_stream to open_sample_stream_parser.Trygve Laugstøl2015-03-225-7/+6
* o Splitting out io parts into trygvis::sensor::io.Trygve Laugstøl2015-03-2211-347/+393
* o Renaming trygvis::soil_moisture to trygvis::sample.Trygve Laugstøl2015-03-2213-34/+29
* o Renaming SoilMoistureIo to SensorSample, moving to its own library.Trygve Laugstøl2015-03-2212-13/+23
* o First version of a tool to continuously read and discover serial ports.Trygve Laugstøl2015-03-227-16/+219
* o Start of a tool to select columns,Trygve Laugstøl2015-03-222-0/+124
* o RRD output.Trygve Laugstøl2015-03-225-8/+183
* o Dropping empty samples when looking for an end sample.Trygve Laugstøl2015-03-213-1/+22
* 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-175-24/+23
* o cout and unique_ptr became complicated.Trygve Laugstøl2015-03-176-32/+43
* o An improved KeyDictionary.Trygve Laugstøl2015-03-177-165/+222
* o Updating to new API.Trygve Laugstøl2015-03-145-200/+347