WIP. send a large constant string twice a second, in order to test out the transport with something indicative of our required load.

Dependencies:   FXOS8700CQ NTPClient azure_umqtt_c iothub_mqtt_transport mbed-rtos mbed wolfSSL Socket lwip-eth lwip-sys lwip

Fork of FXOS8700CQ_To_Azure_IoT by Mark Radbourne

Committer:
julianhigginson
Date:
Thu Jan 05 23:40:24 2017 +0000
Revision:
7:0d1a0fe537dc
Parent:
0:6c46c366f500
modified dummy message for minimal data transport

Who changed what in which revision?

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