aboutsummaryrefslogtreecommitdiff
path: root/apps/sm-serial-read.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Adding missing includes.Trygve Laugstøl2018-11-191-0/+1
|
* o Renaming SampleOutputStream to SampleConsumer.Trygve Laugstøl2017-09-011-1/+1
| | | | o Some c++ style fixes.
* o Trying to clean up includes a bit.Trygve Laugstøl2015-07-191-2/+0
|
* o Going back to a bunch of cpp files instead of launcher+bunch of header ↵Trygve Laugstøl2015-07-191-0/+111
| | | | files. This ends up with an easier build file and faster builds with CMake's "OBJECT" library type.
* o Going all header file based and single-executable to launch all apps.Trygve Laugstøl2015-06-211-114/+0
| | | | o Ading CMake magic to generate the launcher
* o Adding app_name to app, creating a per-app logger.Trygve Laugstøl2015-06-201-0/+5
|
* o Splitting out io parts into trygvis::sensor::io.Trygve Laugstøl2015-03-221-1/+3
|
* o Renaming trygvis::soil_moisture to trygvis::sample.Trygve Laugstøl2015-03-221-2/+2
|
* o Renaming SoilMoistureIo to SensorSample, moving to its own library.Trygve Laugstøl2015-03-221-1/+1
|
* o First version of a tool to continuously read and discover serial ports.Trygve Laugstøl2015-03-221-5/+5
|
* o Replacing custom Format with common sample_format_type.Trygve Laugstøl2015-03-181-52/+3
|
* o Renaming CsvSampleParser to KeyValueSampleParser.Trygve Laugstøl2015-03-171-3/+3
|
* o cout and unique_ptr became complicated.Trygve Laugstøl2015-03-171-4/+4
| | | | o Updating lots of code to the latest api.
* o An improved KeyDictionary.Trygve Laugstøl2015-03-171-4/+4
|
* o Updating to new API.Trygve Laugstøl2015-03-141-4/+6
|
* o Creating a tool to calculate an absolute timestamp from a relative timestamp.Trygve Laugstøl2015-03-141-7/+8
| | | | o Using git submodules instead of CMake's external project.
* o Formatting.Trygve Laugstøl2015-03-081-2/+2
|
* o Improved SQL output.Trygve Laugstøl2015-03-081-12/+3
|
* o First start of a proper CSV parser.Trygve Laugstøl2015-03-071-55/+15
|
* o Starting on a tool to convert between sample formats.Trygve Laugstøl2015-03-061-34/+47
|
* o Adding the hostname to the data.Trygve Laugstøl2015-03-041-8/+10
|
* 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-031-0/+162