port of the azure client sample mqtt for the NUCLEO STM32F746ZG platform

Dependencies:   F7_Ethernet NTPClient azure_c_shared_utility azure_umqtt_c iothub_client iothub_mqtt_transport mbed-rtos mbed wolfSSL

Fork of iothub_client_sample_mqtt by Azure IoT

Committer:
DieterGraef
Date:
Sun Jun 19 20:54:11 2016 +0000
Revision:
12:348a4332bdba
Parent:
11:6eb3ca7d5449
port of azure iot client sample

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Azure.IoT Build 2:65c172c36cf5 1 // Copyright (c) Microsoft. All rights reserved.
Azure.IoT Build 2:65c172c36cf5 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
DieterGraef 11:6eb3ca7d5449 3 #define USE_UPLOADTOBLOB
Azure.IoT Build 2:65c172c36cf5 4 #include "iothub_client_sample_mqtt.h"
Azure.IoT Build 2:65c172c36cf5 5
Azure.IoT Build 2:65c172c36cf5 6 int main(void)
Azure.IoT Build 2:65c172c36cf5 7 {
Azure.IoT Build 2:65c172c36cf5 8 iothub_client_sample_mqtt_run();
Azure.IoT Build 2:65c172c36cf5 9 return 0;
Azure.IoT Build 2:65c172c36cf5 10 }