General purpose library for communication over the mqtt protocol
Перейти к файлу
dcristoloveanu 3b520d13da Rename build folder to jenkins 2016-07-27 16:18:02 -07:00
azure-c-shared-utility@b530fe876f Rename build folder to jenkins 2016-07-27 16:18:02 -07:00
build_all Fix usage of ERRORLEVEL in Windows build scripts 2016-07-19 20:54:42 -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 Enable and adress /W4 warnings in VS 2016-07-05 17:32:31 -07:00
jenkins Rename build folder to jenkins 2016-07-27 16:18:02 -07:00
samples Fix merge conflict for fix for W4 errors in MQTT sample 2016-07-19 10:33:16 -07:00
src Removed the requirement to always have a password if the username is available 2016-07-20 16:12:39 -07:00
tests Removed the requirement to always have a password if the username is available 2016-07-20 16:12:39 -07:00
tools Fix kick_jenkins script to use the proper job 2016-07-26 22:52:45 -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 Fix make install targets 2016-07-14 16:24:06 -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.