Greg Steiert / pegasus_dev

Dependents:   blinky_max32630fthr

Committer:
switches
Date:
Fri Nov 11 20:59:50 2016 +0000
Revision:
0:5c4d7b2438d3
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
switches 0:5c4d7b2438d3 1 ARM IPV6/6LoWPAN stack.
switches 0:5c4d7b2438d3 2 =======================
switches 0:5c4d7b2438d3 3
switches 0:5c4d7b2438d3 4 This repository contains the ARM IPv6/6LoWPAN Stack for mbed OS.
switches 0:5c4d7b2438d3 5
switches 0:5c4d7b2438d3 6 The documentation is hosted in http://docs.mbed.com/projects/arm-ipv66lowpan-stack/
switches 0:5c4d7b2438d3 7
switches 0:5c4d7b2438d3 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:5c4d7b2438d3 9
switches 0:5c4d7b2438d3 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:5c4d7b2438d3 11
switches 0:5c4d7b2438d3 12 You can find he known limitations here: [sal-iface-6lowpan](https://github.com/ARMmbed/sal-iface-6lowpan).
switches 0:5c4d7b2438d3 13
switches 0:5c4d7b2438d3 14 ## Changes in Nanostack 4.0:
switches 0:5c4d7b2438d3 15
switches 0:5c4d7b2438d3 16 ### New APIs:
switches 0:5c4d7b2438d3 17
switches 0:5c4d7b2438d3 18 - MLE router and host lifetime configuration API
switches 0:5c4d7b2438d3 19 - MLE neighbor limits configuration API
switches 0:5c4d7b2438d3 20 - MLE token bucket configuration API
switches 0:5c4d7b2438d3 21 - API for adding/deleting routes
switches 0:5c4d7b2438d3 22 - FHSS API
switches 0:5c4d7b2438d3 23
switches 0:5c4d7b2438d3 24 ### Other changes:
switches 0:5c4d7b2438d3 25
switches 0:5c4d7b2438d3 26 - Function `arm_nwk_6lowpan_link_scan_paramameter_set()` renamed to `arm_nwk_6lowpan_link_scan_parameter_set()` (due to misspelling)
switches 0:5c4d7b2438d3 27 - Channel mask settings API changed
switches 0:5c4d7b2438d3 28 - The parameters of function `cca_start()` changed
switches 0:5c4d7b2438d3 29
switches 0:5c4d7b2438d3 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:5c4d7b2438d3 31