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-os-examples

Committer:
mbed_official
Date:
Thu Mar 23 20:30:11 2017 +0000
Revision:
75:8141b57b6e88
Add templates for issues/pull requests (#218)

Hopefully getting some of the basic information more readily available and
try to avoid some duplicate/unnecessary error reports to this repository.


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

Who changed what in which revision?

UserRevisionLine numberNew contents of line
mbed_official 75:8141b57b6e88 1
mbed_official 75:8141b57b6e88 2 * Pull requests will not be accepted until the submitter has agreed to the [contributer agreement](https://github.com/ARMmbed/mbed-os/blob/master/CONTRIBUTING.md).
mbed_official 75:8141b57b6e88 3
mbed_official 75:8141b57b6e88 4 ## Status
mbed_official 75:8141b57b6e88 5 **READY/IN DEVELOPMENT/HOLD**
mbed_official 75:8141b57b6e88 6
mbed_official 75:8141b57b6e88 7 ## Migrations
mbed_official 75:8141b57b6e88 8 YES | NO
mbed_official 75:8141b57b6e88 9
mbed_official 75:8141b57b6e88 10 ## Description
mbed_official 75:8141b57b6e88 11 A few sentences describing the overall goals of the pull request's commits.
mbed_official 75:8141b57b6e88 12
mbed_official 75:8141b57b6e88 13 ## Related PRs
mbed_official 75:8141b57b6e88 14 List related PRs against other branches:
mbed_official 75:8141b57b6e88 15
mbed_official 75:8141b57b6e88 16 branch | PR
mbed_official 75:8141b57b6e88 17 ------ | ------
mbed_official 75:8141b57b6e88 18 other_pr_production | [link]()
mbed_official 75:8141b57b6e88 19 other_pr_master | [link]()
mbed_official 75:8141b57b6e88 20
mbed_official 75:8141b57b6e88 21
mbed_official 75:8141b57b6e88 22 ## Todos
mbed_official 75:8141b57b6e88 23 - [ ] Tests
mbed_official 75:8141b57b6e88 24 - [ ] Documentation
mbed_official 75:8141b57b6e88 25
mbed_official 75:8141b57b6e88 26
mbed_official 75:8141b57b6e88 27 ## Deploy Notes
mbed_official 75:8141b57b6e88 28 Notes regarding deployment the contained body of work.
mbed_official 75:8141b57b6e88 29
mbed_official 75:8141b57b6e88 30 ## Steps to Test or Reproduce
mbed_official 75:8141b57b6e88 31 Outline the steps to test or reproduce the PR here.
mbed_official 75:8141b57b6e88 32
mbed_official 75:8141b57b6e88 33
mbed_official 75:8141b57b6e88 34 ## Impacted Areas in Application
mbed_official 75:8141b57b6e88 35 List components, applications or use-cases that this PR will affect:
mbed_official 75:8141b57b6e88 36
mbed_official 75:8141b57b6e88 37 * list here...