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:
26:dca5f6a81683
1.1.30

Who changed what in which revision?

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