diff options
Diffstat (limited to 'network/paho-mqtt-c/README')
-rw-r--r-- | network/paho-mqtt-c/README | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/network/paho-mqtt-c/README b/network/paho-mqtt-c/README new file mode 100644 index 0000000000000..86399f61a2d81 --- /dev/null +++ b/network/paho-mqtt-c/README @@ -0,0 +1,8 @@ +Eclipse Paho C Client Library for the MQTT Protocol + +The Paho C client comprises four variant libraries, shared or static: + + paho-mqtt3a - asynchronous (MQTTAsync) + paho-mqtt3as - asynchronous with SSL (MQTTAsync) + paho-mqtt3c - "classic" / synchronous (MQTTClient) + paho-mqtt3cs - "classic" / synchronous with SSL (MQTTClient) |