Tag: mqtt
-
Compiling gcc
So, it turns out that compiling C applications requires a little bit of know-how. Here are some pointers to help young players. To get some compiler settings, give this a whirl: This error is the compiler complaining that it can’t find the header file mysql.h. After installing the mysql-devel package, and a quick search for…
-
Compiling Paho binaries
The Eclipse Paho C Client library enables applications to connect to an MQTT broker to publish messages, and to subscribe to topics and receive published messages. The snippet below shows an example of how to compile the binaries from source. Making use of the library requires additional effort and is a topic for another discussion.