Greg Steiert / maxim_dev

Dependents:   sensomed

Committer:
switches
Date:
Tue Nov 08 18:27:11 2016 +0000
Revision:
0:0e018d759a2a
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:0e018d759a2a 1 ARM IPV6/6LoWPAN stack.
switches 0:0e018d759a2a 2 =======================
switches 0:0e018d759a2a 3
switches 0:0e018d759a2a 4 This repository contains the ARM IPv6/6LoWPAN Stack for mbed OS.
switches 0:0e018d759a2a 5
switches 0:0e018d759a2a 6 The documentation is hosted in http://docs.mbed.com/projects/arm-ipv66lowpan-stack/
switches 0:0e018d759a2a 7
switches 0:0e018d759a2a 8 On mbed OS, the preferred usage is through [mbed Mesh API](https://github.com/ARMmbed/mbed-mesh-api) that provides the required wrappers between the socket abstraction layer and this stack.
switches 0:0e018d759a2a 9
switches 0:0e018d759a2a 10 To see, how the 6LoWPAN Stack works, check the example application [mbed-client-example-6lowpan](https://github.com/ARMmbed/mbed-client-example-6lowpan).
switches 0:0e018d759a2a 11
switches 0:0e018d759a2a 12 You can find he known limitations here: [sal-iface-6lowpan](https://github.com/ARMmbed/sal-iface-6lowpan).
switches 0:0e018d759a2a 13
switches 0:0e018d759a2a 14 ## Changes in Nanostack 4.0:
switches 0:0e018d759a2a 15
switches 0:0e018d759a2a 16 ### New APIs:
switches 0:0e018d759a2a 17
switches 0:0e018d759a2a 18 - MLE router and host lifetime configuration API
switches 0:0e018d759a2a 19 - MLE neighbor limits configuration API
switches 0:0e018d759a2a 20 - MLE token bucket configuration API
switches 0:0e018d759a2a 21 - API for adding/deleting routes
switches 0:0e018d759a2a 22 - FHSS API
switches 0:0e018d759a2a 23
switches 0:0e018d759a2a 24 ### Other changes:
switches 0:0e018d759a2a 25
switches 0:0e018d759a2a 26 - Function `arm_nwk_6lowpan_link_scan_paramameter_set()` renamed to `arm_nwk_6lowpan_link_scan_parameter_set()` (due to misspelling)
switches 0:0e018d759a2a 27 - Channel mask settings API changed
switches 0:0e018d759a2a 28 - The parameters of function `cca_start()` changed
switches 0:0e018d759a2a 29
switches 0:0e018d759a2a 30 For instructions on updating your modules, see https://docs.mbed.com/docs/arm-ipv66lowpan-stack/en/latest/api_changes_to_v4_0_0/index.html.
switches 0:0e018d759a2a 31