General purpose library for communication over the mqtt protocol
Перейти к файлу
Said Fathelbab 94bf230661 Add Linux_c_gcc44.sh Script To Jenkins Folder -MQTT 2016-09-13 13:14:27 -07:00
azure-c-shared-utility@af4d03a967 bump version for release20160909 2016-09-09 11:25:15 -07:00
build_all bump version for release20160909 2016-09-09 11:25:15 -07:00
devdoc/requirement_docs Update umqtt to use the new runtime configurable logging functions 2016-06-20 14:43:34 -07:00
inc/azure_umqtt_c Adding mockable function to header 2016-08-16 09:07:39 -07:00
jenkins Add Linux_c_gcc44.sh Script To Jenkins Folder -MQTT 2016-09-13 13:14:27 -07:00
samples Fix merge conflict for fix for W4 errors in MQTT sample 2016-07-19 10:33:16 -07:00
src fix build with -DNO_LOGGING 2016-08-05 13:43:47 -07:00
tests move all tests under 1 VS solution folder 2016-09-02 13:36:37 -07:00
tools Updating Kick Jenkins to download jenkins-cli.jar 2016-09-06 16:29:05 -07:00
.gitignore Modify Kick_Jenkins.cmd to run build job on current repo and topic branch 2016-07-14 18:07:42 -07:00
.gitmodules Update repository to move out of the c directory 2015-12-16 14:12:17 -08:00
CMakeLists.txt enable -Werror 2016-08-23 11:25:48 -07:00
LICENSE Update mqtt repo with initial files 2015-12-04 14:05:59 -08:00
readme.md Update readme.md 2016-06-21 13:57:52 -07:00

readme.md

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.

Microsoft Azure MQTT

azure-mqtt is a general purpose library build for MQTT protocol

Dependencies

azure-mqtt client use the azure-c-shared-utility, which is a C library provisioning common functionality for basic tasks (like string, list manipulation, IO, etc.). azure-c-shared-utility is available here: https://github.com/Azure/azure-c-shared-utility. azure-c-shared-utility needs to be built before building azure-mqtt.