Azure IoT / Mbed 2 deprecated simplesample_mqtt

Dependencies:   EthernetInterface NTPClient mbed-rtos mbed wolfSSL azure_c_shared_utility iothub_client azure_umqtt_c iothub_mqtt_transport serializer

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers main.c Source File

main.c

00001 // Copyright (c) Microsoft. All rights reserved.
00002 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
00003 
00004 #include "simplesample_mqtt.h"
00005 
00006 int main(void)
00007 {
00008     simplesample_mqtt_run();
00009 
00010     return 0;
00011 }
00012