fork from simple sample of mqtt
Dependencies: azure_c_shared_utility azure_umqtt_c iothub_client iothub_mqtt_transport serializer wolfSSL
Fork of simplesample_mqtt by
main.c
- Committer:
- Azure.IoT Build
- Date:
- 2016-03-25
- Revision:
- 2:eef448cf9eb7
- Child:
- 32:27328e208674
File content as of revision 2:eef448cf9eb7:
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include "simplesample_mqtt.h" int main(void) { simplesample_mqtt_run(); return 0; }