diff options
author | Wayne Cuddy <wcuddyATgmailDOTcom> | 2022-06-17 21:25:46 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-06-18 09:09:59 +0700 |
commit | 0624b75ffa2613db25555552beaf4263ae646189 (patch) | |
tree | e1057aa0c608dc4613916eae7a20ac1c3ed6f33b /network/paho-mqtt-c/README | |
parent | 88b5b009b0a8fcd0bc382fba00c3a26b00234e8b (diff) |
network/paho-mqtt-c: Added (C MQTT Client Library)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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) |