IoTHub raw messaging sample using HTTP

Dependencies:   iothub_client EthernetInterface iothub_http_transport mbed-rtos mbed wolfSSL azure_c_shared_utility NTPClient

This sample showcases the usage of Azure IoT client libraries with the HTTP transport for sending/receiving raw messages from an IoT Hub.

Committer:
AzureIoTClient
Date:
Wed Jan 17 08:59:48 2018 -0800
Revision:
83:2911682db006
Parent:
0:0e4a5a208d47
1.1.30

Who changed what in which revision?

UserRevisionLine numberNew contents of line
AzureIoTClient 0:0e4a5a208d47 1 // Copyright (c) Microsoft. All rights reserved.
AzureIoTClient 0:0e4a5a208d47 2 // Licensed under the MIT license. See LICENSE file in the project root for full license information.
AzureIoTClient 0:0e4a5a208d47 3
AzureIoTClient 0:0e4a5a208d47 4 #ifndef SENDEVENTASYNC_H
AzureIoTClient 0:0e4a5a208d47 5 #define SENDEVENTASYNC_H
AzureIoTClient 0:0e4a5a208d47 6
AzureIoTClient 0:0e4a5a208d47 7 #ifdef __cplusplus
AzureIoTClient 0:0e4a5a208d47 8 extern "C" {
AzureIoTClient 0:0e4a5a208d47 9 #endif
AzureIoTClient 0:0e4a5a208d47 10
AzureIoTClient 0:0e4a5a208d47 11 void iothub_client_sample_http_run(void);
AzureIoTClient 0:0e4a5a208d47 12
AzureIoTClient 0:0e4a5a208d47 13 #ifdef __cplusplus
AzureIoTClient 0:0e4a5a208d47 14 }
AzureIoTClient 0:0e4a5a208d47 15 #endif
AzureIoTClient 0:0e4a5a208d47 16
AzureIoTClient 0:0e4a5a208d47 17 #endif /* SENDEVENTASYNC_H */