mbed-os
Fork of mbed-os by
features/nanostack/FEATURE_NANOSTACK/sal-stack-nanostack/README.md@1:3deb71413561, 2017-07-20 (annotated)
- Committer:
- xuaner
- Date:
- Thu Jul 20 14:26:57 2017 +0000
- Revision:
- 1:3deb71413561
- Parent:
- 0:f269e3021894
mbed_os
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
elessair | 0:f269e3021894 | 1 | ARM IPV6/6LoWPAN stack. |
elessair | 0:f269e3021894 | 2 | ======================= |
elessair | 0:f269e3021894 | 3 | |
elessair | 0:f269e3021894 | 4 | This repository contains the ARM IPv6/6LoWPAN Stack for mbed OS. |
elessair | 0:f269e3021894 | 5 | |
elessair | 0:f269e3021894 | 6 | The documentation is hosted in http://docs.mbed.com/projects/arm-ipv66lowpan-stack/ |
elessair | 0:f269e3021894 | 7 | |
elessair | 0:f269e3021894 | 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. |
elessair | 0:f269e3021894 | 9 | |
elessair | 0:f269e3021894 | 10 | To see, how the 6LoWPAN Stack works, check the example application [mbed-client-example-6lowpan](https://github.com/ARMmbed/mbed-client-example-6lowpan). |
elessair | 0:f269e3021894 | 11 | |
elessair | 0:f269e3021894 | 12 | You can find he known limitations here: [sal-iface-6lowpan](https://github.com/ARMmbed/sal-iface-6lowpan). |
elessair | 0:f269e3021894 | 13 | |
elessair | 0:f269e3021894 | 14 | ## Changes in Nanostack 4.0: |
elessair | 0:f269e3021894 | 15 | |
elessair | 0:f269e3021894 | 16 | ### New APIs: |
elessair | 0:f269e3021894 | 17 | |
elessair | 0:f269e3021894 | 18 | - MLE router and host lifetime configuration API |
elessair | 0:f269e3021894 | 19 | - MLE neighbor limits configuration API |
elessair | 0:f269e3021894 | 20 | - MLE token bucket configuration API |
elessair | 0:f269e3021894 | 21 | - API for adding/deleting routes |
elessair | 0:f269e3021894 | 22 | - FHSS API |
elessair | 0:f269e3021894 | 23 | |
elessair | 0:f269e3021894 | 24 | ### Other changes: |
elessair | 0:f269e3021894 | 25 | |
elessair | 0:f269e3021894 | 26 | - Function `arm_nwk_6lowpan_link_scan_paramameter_set()` renamed to `arm_nwk_6lowpan_link_scan_parameter_set()` (due to misspelling) |
elessair | 0:f269e3021894 | 27 | - Channel mask settings API changed |
elessair | 0:f269e3021894 | 28 | - The parameters of function `cca_start()` changed |
elessair | 0:f269e3021894 | 29 | |
elessair | 0:f269e3021894 | 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. |
elessair | 0:f269e3021894 | 31 |