summaryrefslogtreecommitdiffstats
path: root/network/paho-mqtt-c/README
blob: 86399f61a2d81e9661d1f36142adfbbe03a685fc (plain) (blame)
1
2
3
4
5
6
7
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)