mirror of https://github.com/eclipse/paho.mqtt.c
Add some MQTT info to README
This commit is contained in:
parent
edac13f765
commit
a312dafa24
12
README.md
12
README.md
|
|
@ -2,7 +2,7 @@
|
|||
[](https://lgtm.com/projects/g/eclipse/paho.mqtt.c/alerts/)
|
||||
[](https://scan.coverity.com/projects/paho-c)
|
||||
|
||||
# Eclipse Paho MQTT C client
|
||||
# Eclipse Paho C Client Library for the MQTT Protocol
|
||||
|
||||
This repository contains the source code for the [Eclipse Paho](http://eclipse.org/paho) MQTT C client library.
|
||||
|
||||
|
|
@ -10,6 +10,14 @@ This code builds libraries which enable applications to connect to an [MQTT](htt
|
|||
|
||||
Synchronous and various asynchronous programming models are supported.
|
||||
|
||||
## Information About MQTT
|
||||
|
||||
* [MQTT website](http://mqtt.org)
|
||||
* [The MQTT 3.1.1 standard](http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html)
|
||||
* [The MQTT 5.0 standard](https://docs.oasis-open.org/mqtt/mqtt/v5.0/mqtt-v5.0.html)
|
||||
* [HiveMQ introduction to MQTT](https://www.hivemq.com/mqtt/)
|
||||
* [OASIS Introduction to MQTT presentation](https://www.oasis-open.org/committees/download.php/49205/MQTT-OASIS-Webinar.pdf)
|
||||
|
||||
## Libraries
|
||||
|
||||
The Paho C client comprises four variant libraries, shared or static:
|
||||
|
|
@ -232,5 +240,3 @@ https://docs.microsoft.com/en-us/cpp/cpp/cdecl?view=vs-2019
|
|||
If you call this library from another language, you may need to take this into account.
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue