diff --git a/README.md b/README.md index 1de7430..e240307 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,15 @@ -MQTT-CPP -======== - +# MQTT-CPP Modern, asynchronous and fast C++ client for paho-mqtt ( paho-c ). **Features:** * Simple and clean A-synchronous API. ( Connect, publish, subscribe ). -* Thread-safe. Use multiple topics in multiple threads.. +* Multi-threaded. Use multiple topics in multiple threads.. * Callbacks can be lambdas, class methods, bind expressions, or any [std::function] * Fully autonomous reconnecting # Dependencies -The only dependency is to libpaho-mqtt3a.so. Changes are there is a version for your platform ( Debian, Fedora, CentOS ). +This library has dependencies on libpaho-mqtt3a.so and Boost ( RegEx and Core ). +Changes are there is a version for your platform ( Debian, Fedora, CentOS ). Just check your package manager for the correct package-name. # Tutorial @@ -42,5 +41,4 @@ later the "pub" part. If all went well, you should see two screens in sync runni Open terminal 2 $ bin/test_mqtt_pub ``` -Screen 2 is sending, Screen 1 is receiving. - +Screen 2 is sending, Screen 1 is receiving. \ No newline at end of file