aboutsummaryrefslogtreecommitdiff
path: root/apps/mqtt-publish.cpp
Commit message (Collapse)AuthorAgeFilesLines
* o Renaming SampleOutputStream to SampleConsumer.Trygve Laugstøl2017-09-011-5/+5
| | | | o Some c++ style fixes.
* mqtt: Using mqtt_support utilities from the mqtt-cassandra bridge.Trygve Laugstøl2016-02-141-152/+31
|
* Fixing two bugs in mqtt-publish:Trygve Laugstøl2015-07-211-4/+13
| | | | | o The last character after EOF was parsed twice. o Create a separate counter for unacked messages instead of checking want_write.
* o Adding an application to send samples over MQTT.Trygve Laugstøl2015-07-201-0/+275
o Improved CMake build script, better detection and error messages of headers/libraries. Conditionally adding the applications that can be compiled with the given set of found libraries.