Example program for simple-mbed-client, connecting a device to mbed Device Connector.

Dependencies:   simple-mbed-client

Fork of simple-mbed-client-example by Jan Jongboom

This is an example on how to connect to mbed Device Connector using simple-mbed-client. It can connect over Ethernet, WiFi (using an ESP8266 module or an ODIN board), Thread and 6LoWPAN.

After cloning this repository update `mbed_app.json` to reflect your connectivity method. For docs on configuring connectivity, see easy-connect.

End to end example

For an end-to-end example of using Simple mbed Client to connect devices to mbed Device Connector see Building an internet connected lighting system.

Entropy (or lack thereof)

On all platforms except the K64F and K22F the library is compiled without TLS entropy sources. This means that your code is inherently unsafe and should not be deployed to any production systems. To enable entropy, remove the MBEDTLS_NO_DEFAULT_ENTROPY_SOURCES and MBEDTLS_TEST_NULL_ENTROPY macros from mbed_app.json.

Committer:
Jan Jongboom
Date:
Fri Jul 01 12:49:24 2016 +0200
Revision:
19:3c04dc872ca5
Parent:
7:711dfefe12ab
Remove security.h

Who changed what in which revision?

UserRevisionLine numberNew contents of line
sam_grove 7:711dfefe12ab 1 syntax: regexp
sam_grove 7:711dfefe12ab 2 \.hgignore$
sam_grove 7:711dfefe12ab 3 \.git$
sam_grove 7:711dfefe12ab 4 \.svn$
sam_grove 7:711dfefe12ab 5 \.orig$
sam_grove 7:711dfefe12ab 6 \.msub$
sam_grove 7:711dfefe12ab 7 \.meta$
sam_grove 7:711dfefe12ab 8 \.ctags
sam_grove 7:711dfefe12ab 9 \.uvproj$
sam_grove 7:711dfefe12ab 10 \.uvopt$
sam_grove 7:711dfefe12ab 11 \.project$
sam_grove 7:711dfefe12ab 12 \.cproject$
sam_grove 7:711dfefe12ab 13 \.launch$
sam_grove 7:711dfefe12ab 14 \.project$
sam_grove 7:711dfefe12ab 15 \.cproject$
sam_grove 7:711dfefe12ab 16 \.launch$
sam_grove 7:711dfefe12ab 17 Makefile$
sam_grove 7:711dfefe12ab 18 \.ewp$
Jan Jongboom 19:3c04dc872ca5 19 \.eww$
Jan Jongboom 19:3c04dc872ca5 20 security\.h$