aboutsummaryrefslogtreecommitdiff
path: root/apps/mqtt-publish.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.