index
:
ble-toys.git
ios
master
Unnamed repository; edit this file 'description' to name the repository.
Trygve Laugstøl
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
o Adding a tool to add timestamps to each sample.
Trygve Laugstøl
2015-06-20
6
-213
/
+136
*
o Better sql generation.
Trygve Laugstøl
2015-03-30
2
-4
/
+194
*
o Adding back SQL output.
Trygve Laugstøl
2015-03-28
4
-126
/
+165
*
o Adding timestamp by default when converting samples.
Trygve Laugstøl
2015-03-28
6
-42
/
+107
*
o Replacing regex based parsing with simpler and more correct tokenizing.
Trygve Laugstøl
2015-03-23
5
-79
/
+134
*
o Better class names for options.
Trygve Laugstøl
2015-03-22
3
-37
/
+36
*
o Renaming open_sample_input_stream to open_sample_stream_parser.
Trygve Laugstøl
2015-03-22
5
-7
/
+6
*
o Splitting out io parts into trygvis::sensor::io.
Trygve Laugstøl
2015-03-22
11
-347
/
+393
*
o Renaming trygvis::soil_moisture to trygvis::sample.
Trygve Laugstøl
2015-03-22
13
-34
/
+29
*
o Renaming SoilMoistureIo to SensorSample, moving to its own library.
Trygve Laugstøl
2015-03-22
12
-13
/
+23
*
o First version of a tool to continuously read and discover serial ports.
Trygve Laugstøl
2015-03-22
7
-16
/
+219
*
o Start of a tool to select columns,
Trygve Laugstøl
2015-03-22
2
-0
/
+124
*
o RRD output.
Trygve Laugstøl
2015-03-22
5
-8
/
+183
*
o Dropping empty samples when looking for an end sample.
Trygve Laugstøl
2015-03-21
3
-1
/
+22
*
o Support for converting from millisecond timestamps to second timestamps.
Trygve Laugstøl
2015-03-20
1
-19
/
+62
*
o More relaxed regex parsing.
Trygve Laugstøl
2015-03-20
1
-1
/
+1
*
o Fixing key-value output.
Trygve Laugstøl
2015-03-19
3
-27
/
+30
*
o Replacing custom Format with common sample_format_type.
Trygve Laugstøl
2015-03-18
5
-121
/
+106
*
o Renaming CsvSampleParser to KeyValueSampleParser.
Trygve Laugstøl
2015-03-17
5
-24
/
+23
*
o cout and unique_ptr became complicated.
Trygve Laugstøl
2015-03-17
6
-32
/
+43
*
o An improved KeyDictionary.
Trygve Laugstøl
2015-03-17
7
-165
/
+222
*
o Updating to new API.
Trygve Laugstøl
2015-03-14
5
-200
/
+347
*
o Creating a tool to calculate an absolute timestamp from a relative timestamp.
Trygve Laugstøl
2015-03-14
9
-71
/
+374
*
o Formatting.
Trygve Laugstøl
2015-03-08
8
-20
/
+18
*
o Improved SQL output.
Trygve Laugstøl
2015-03-08
6
-63
/
+84
*
o Improved SQL output.
Trygve Laugstøl
2015-03-08
2
-11
/
+22
*
o Dynamic input and output types.
Trygve Laugstøl
2015-03-08
3
-126
/
+145
*
o First start of a proper CSV parser.
Trygve Laugstøl
2015-03-07
4
-71
/
+151
*
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
7
-34
/
+317
*
o Adding the hostname to the data.
Trygve Laugstøl
2015-03-04
3
-8
/
+42
*
o Only sending the data to cout, the rest goes to cerr.
Trygve Laugstøl
2015-03-04
1
-4
/
+4
*
o Adding JSON output format.
Trygve Laugstøl
2015-03-04
1
-48
/
+73
*
o An app to read the serial port and parse its values. Not very useful yet.
Trygve Laugstøl
2015-03-03
2
-6
/
+168
*
o Trying to structure how apps are made.
Trygve Laugstøl
2015-03-01
4
-66
/
+126
*
o Replacing boost::logging with log4cplus.
Trygve Laugstøl
2015-03-01
10
-64
/
+183
*
o Adding a tool to query the database and create a influxdb json array.
Trygve Laugstøl
2015-02-26
2
-0
/
+83
*
o Adding utility to insert samples from json files.
Trygve Laugstøl
2015-02-26
4
-6
/
+122
*
Major improvement in the sm-get-value utility:
Trygve Laugstøl
2015-02-23
5
-14
/
+170
*
o Starting a new class for all SoilMoisture GATT stuff.
Trygve Laugstøl
2015-02-22
6
-241
/
+179
*
o Splitting out public header files into it's own directory.
Trygve Laugstøl
2015-02-22
11
-20
/
+13
*
o Doxygen setup.
Trygve Laugstøl
2015-02-22
2
-0
/
+27
*
o Reading soil moisture values in a loop.
Trygve Laugstøl
2015-02-22
2
-36
/
+93
*
o Support for reading and writing characteristics.
Trygve Laugstøl
2015-02-21
12
-77
/
+244
*
o Consistence reference usage.
Trygve Laugstøl
2015-02-21
4
-10
/
+17
*
o Creating a class to access GATT.
Trygve Laugstøl
2015-02-21
6
-94
/
+191
*
wip
Trygve Laugstøl
2015-02-20
4
-52
/
+67
*
Reorganizing the source code:
Trygve Laugstøl
2015-02-20
14
-53
/
+267
*
o Decoding GATT characteristics.
Trygve Laugstøl
2015-02-20
5
-91
/
+178
*
wip
Trygve Laugstøl
2015-02-20
2
-39
/
+75
[next]