A simple IoTHub sample using MQTT as transport

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

main.c

Committer:
AzureIoTClient
Date:
2018-10-04
Revision:
64:e57100ee63ad
Parent:
2:eef448cf9eb7

File content as of revision 64:e57100ee63ad:

// 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;
}