This is a simple mbed client example demonstrating, registration of a device with mbed Device Connector and reading and writing values as well as deregistering on different Network Interfaces including Ethernet, WiFi, 6LoWPAN ND and Thread respectively.

Dependencies:   lwip

Fork of mbed-os-example-client by mbed-os-examples

History

My changes; markblackburn tip

2017-03-09, by markblackburnetcorp [Thu, 09 Mar 2017 20:00:41 +0000] rev 72

My changes;


Merge pull request #190 from ARMmbed/oob_test_mbed-os-5.4 default

2017-03-09, by mbed_official [Thu, 09 Mar 2017 14:30:14 +0000] rev 71

Merge pull request #190 from ARMmbed/oob_test_mbed-os-5.4

OOB test mbed OS 5.4
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Merge pull request #202 from ARMmbed/SeppoTakalo-patch-1

2017-03-09, by mbed_official [Thu, 09 Mar 2017 14:00:12 +0000] rev 70

Merge pull request #202 from ARMmbed/SeppoTakalo-patch-1

Add links to hardware table from mesh-minimal.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Merge pull request #197 from ARMmbed/doc_fix

2017-03-09, by mbed_official [Thu, 09 Mar 2017 11:15:21 +0000] rev 69

Merge pull request #197 from ARMmbed/doc_fix

Moved the problem chapter under Building.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Initial commit;

2017-03-09, by markblackburnetcorp [Thu, 09 Mar 2017 18:46:25 +0000] rev 68

Initial commit;


mbed OS 5.3.6

2017-02-28, by mbed_official [Tue, 28 Feb 2017 12:45:10 +0000] rev 67

mbed OS 5.3.6
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Change 6LoWPAN test configs.

2017-02-23, by mbed_official [Thu, 23 Feb 2017 10:30:10 +0000] rev 66

Change 6LoWPAN test configs.

* Channel to 17
* Use PANID filter

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Do not increase counter if device is not yet registered.

2017-02-20, by mbed_official [Mon, 20 Feb 2017 15:10:50 +0000] rev 65

Do not increase counter if device is not yet registered.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


mbed OS 5.3.5

2017-02-15, by mbed_official [Wed, 15 Feb 2017 09:30:13 +0000] rev 64

mbed OS 5.3.5
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client


Integrate easy-connect, fix serial, fix warning (#176)

2017-02-15, by mbed_official [Wed, 15 Feb 2017 08:00:11 +0000] rev 63

Integrate easy-connect, fix serial, fix warning (#176)

Integrate easy-connect
- we can remove all the external RF-drivers from main folder
- get easy-connect into use
- remove all the complicated network stuff

Fix serial - we don't need raw serial and we don't need to initialize it
if we set the right stuff to mbed_app.json (added). Plain printf() works
and it even does type checking now. (Points to Kevin Bracey on this).

Start the thread in a non-deprecated way using callback to remove one compiler
warning (again, points to Kevin Bracey).

Easy-connect ESP8266 TX/RX pins in different defines.
mbed-os-example-client has NEVER used 2 sets of WiFi pins, so need
to add a define to hack them into one set - otherwise it will not compile.

The cp command would not have worked if one would have changed
the compiler. Add UBLOX ODIN ETH config to be built as well,
now that we have figured out how to make the the ethernet work
on it.

Change also the WIFI to work with easy-connect. Easy-connect has 2 separate WIFIs,
so you have to choose between ESP8266 vs. ODIN. Thus, 2 config files are also needed,
one for ESP8266 and one for ODIN.

.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client