
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.
Fork of mbed-os-example-client by
mbed-client.lib@59:b2569564d62c, 2017-01-27 (annotated)
- Committer:
- mbed_official
- Date:
- Fri Jan 27 14:45:11 2017 +0000
- Revision:
- 59:b2569564d62c
- Parent:
- 57:bb3eca53b307
- Child:
- 61:418d284b2bfd
Fix the cert len in simpleclient.h (#170)
The set_resource_value function will automatically add the null termination ('\0'). To avoid getting two of them added - 1 to after the sizeof in function create_register_object in file simpleclient.h.
.
Commit copied from https://github.com/ARMmbed/mbed-os-example-client
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 57:bb3eca53b307 | 1 | https://github.com/ARMmbed/mbed-client/#c767032d7ad708a6684bd7fb5ad8379966dedb49 |