aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* o An improved KeyDictionary.Trygve Laugstøl2015-03-177-165/+222
|
* 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-149-71/+374
| | | | 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-067-34/+317
|
* 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-0110-64/+183
|
* 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-235-14/+170
| | | | | | | | | | 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-226-241/+179
|
* o Splitting out public header files into it's own directory.Trygve Laugstøl2015-02-2211-20/+13
|
* o Doxygen setup.Trygve Laugstøl2015-02-222-0/+27
|
* o Reading soil moisture values in a loop.Trygve Laugstøl2015-02-222-36/+93
|
* o Support for reading and writing characteristics.Trygve Laugstøl2015-02-2112-77/+244
|
* o Consistence reference usage.Trygve Laugstøl2015-02-214-10/+17
|
* o Creating a class to access GATT.Trygve Laugstøl2015-02-216-94/+191
|
* wipTrygve Laugstøl2015-02-204-52/+67
|
* Reorganizing the source code:Trygve Laugstøl2015-02-2014-53/+267
| | | | | | o Moving main to apps/ o Moving the library sources to ble/ o Creating cmake files for each piece.
* o Decoding GATT characteristics.Trygve Laugstøl2015-02-205-91/+178
|
* wipTrygve Laugstøl2015-02-202-39/+75
|
* o Successfully reading all characteristics.Trygve Laugstøl2015-02-193-12/+14
|
* o Reading characteristics, unable to parse just yet.Trygve Laugstøl2015-02-195-33/+99
|
* o Successfully decoding GATT services.Trygve Laugstøl2015-02-188-78/+268
|
* o Improved CMake.Trygve Laugstøl2015-02-181-12/+19
|
* o Finally correct decoding of ATT response.Trygve Laugstøl2015-02-173-12/+11
|
* o Using cursor instead of size to determine the number of bytes to write.Trygve Laugstøl2015-02-171-2/+2
|
* Merge remote-tracking branch 'origin/master'Trygve Laugstøl2015-02-179-113/+220
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Bluetooth.cpp Bluetooth.h ByteBuffer.cpp CMakeLists.txt LinuxBluetooth.cpp main.cpp test/ByteBufferTest.cpp
| * o More tests, more passing tests.Trygve Laugstøl2015-02-174-35/+36
| |
| * o More tests, more passing tests.Trygve Laugstøl2015-02-173-14/+44
| |
| * o Passing tests.Trygve Laugstøl2015-02-178-101/+193
| |
* | valgrind testsTrygve Laugstøl2015-02-158-436/+512
|/
* o wip. Test cases!Trygve Laugstøl2015-02-158-34/+124
|
* o wip.Trygve Laugstøl2015-02-125-20/+34
|
* o wip.Trygve Laugstøl2015-02-106-79/+213
|
* o wip.Trygve Laugstøl2015-02-108-27/+250
|
* o Initial import of Linux code for talking to Bluetooth devices.Trygve Laugstøl2015-02-086-0/+490