mbed-os/features/FEATURE_COMMON_PAL/mbed-client-c
Yogesh Pande 86e0841f04 Removing mbed-client and other fix commits.
**FEATURE_CLIENT**
Removing FEATURE_CLIENT from mbed-os source tree.

This commit removes FEATURE_CLIENT from mbed-os source tree
Applications using mbed-client now have to explicitly add
mbed-client.lib in addition to mbed-os.lib.

**mbed-client-c**
 -  [v3.0.1](https://github.com/ARMmbed/mbed-client-c/releases/tag/v3.0.1) (15-Sep-2016)
[Full Changelog](ARMmbed/mbed-client-c@mbed-os-5.0-rc1...v3.0.1)

**New features**

- Creates a new sn_nsdl_put_resource function, which takes ownership of sn_nsdl_resource_info_s resource object (not members) instead of creationg copy of it
- Rearranged struct member variable to pack better into memory
- Refactored coap_options_list to treat number members as numbers instead of strings
- Add option to pass incoming blocks to application instead storing them internally
- Added API for deleting one message from resending

**Closed issues:**

- IOTCLT-1001 - mDS does not sent RST anymore for Client after DELETE /subscriptions

**coap-service**
 -  [v4.0.3](https://github.com/ARMmbed/coap-service/releases/tag/v4.0.3) (15-Sep-2016)
[Full Changelog](ARMmbed/coap-service@mbed-os-5.0-rc1...v4.0.3)

**New features**

- Updated coap-service to use new structure from mbed-client-c
- Set link layer security when opening socket.
2016-09-15 20:42:06 +03:00
..
doxygen Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
nsdl-c Removing mbed-client and other fix commits. 2016-09-15 20:42:06 +03:00
source Removing mbed-client and other fix commits. 2016-09-15 20:42:06 +03:00
test Removing mbed-client and other fix commits. 2016-09-15 20:42:06 +03:00
unittest Removing mbed-client and other fix commits. 2016-09-15 20:42:06 +03:00
.gitattributes Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
.gitignore Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
.mbedignore Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
.yotta_ignore Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
CHANGELOG.md Removing mbed-client and other fix commits. 2016-09-15 20:42:06 +03:00
LICENSE Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
Makefile.test Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
README.txt Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
apache-2.0.txt Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
junit_xsl.xslt Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
module.json Removing mbed-client and other fix commits. 2016-09-15 20:42:06 +03:00
run_unit_tests.sh Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
run_unit_tests_with_valgrind.sh Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00
xsl_script.sh Break apart client and nanostack dependencies 2016-07-26 00:00:20 -05:00

README.txt

The mbed Device C Client Library provides a simple and efficient way to create mbed Device Client in 
C.