Nicolas Borla
/
BBR_1Ebene
BBR 1 Ebene
mbed-os/features/nanostack/sal-stack-nanostack/README.md@0:fbdae7e6d805, 2018-05-14 (annotated)
- Committer:
- borlanic
- Date:
- Mon May 14 11:29:06 2018 +0000
- Revision:
- 0:fbdae7e6d805
BBR
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
borlanic | 0:fbdae7e6d805 | 1 | ARM IPV6/6LoWPAN stack. |
borlanic | 0:fbdae7e6d805 | 2 | ======================= |
borlanic | 0:fbdae7e6d805 | 3 | |
borlanic | 0:fbdae7e6d805 | 4 | This repository contains the ARM IPv6/6LoWPAN/Thread Stack for mbed OS. |
borlanic | 0:fbdae7e6d805 | 5 | |
borlanic | 0:fbdae7e6d805 | 6 | ![](docs/img/thread_certified.png) |
borlanic | 0:fbdae7e6d805 | 7 | |
borlanic | 0:fbdae7e6d805 | 8 | mbed OS is now a Thread Certified Component. Using IPv6 with 6LoWPAN as the foundation, Thread technology provides a low-power, self-healing mesh network designed for the home. |
borlanic | 0:fbdae7e6d805 | 9 | |
borlanic | 0:fbdae7e6d805 | 10 | The documentation is hosted in [here](https://os.mbed.com/docs/v5.6/tutorials/6lowpan-mesh.html). |
borlanic | 0:fbdae7e6d805 | 11 | |
borlanic | 0:fbdae7e6d805 | 12 | On mbed OS, usage is through [mbed Mesh API](https://os.mbed.com/docs/v5.6/reference/mesh.html) and [Socket API](https://os.mbed.com/docs/v5.6/reference/network-socket.html). |
borlanic | 0:fbdae7e6d805 | 13 | |
borlanic | 0:fbdae7e6d805 | 14 | To see, how the 6LoWPAN Stack works, check the example application [mbed-os-example-mesh-minimal](https://github.com/ARMmbed/mbed-os-example-mesh-minimal). |
borlanic | 0:fbdae7e6d805 | 15 | |
borlanic | 0:fbdae7e6d805 | 16 | ## License |
borlanic | 0:fbdae7e6d805 | 17 | |
borlanic | 0:fbdae7e6d805 | 18 | The software is partially provided under a Apache 2.0 license and partially BSD-3-Clause as described below. |
borlanic | 0:fbdae7e6d805 | 19 | |
borlanic | 0:fbdae7e6d805 | 20 | This project also contains code from other projects as listed below. The original license text is included in those source files. |
borlanic | 0:fbdae7e6d805 | 21 | |
borlanic | 0:fbdae7e6d805 | 22 | * Public header files are provided under Apache 2.0 license. |
borlanic | 0:fbdae7e6d805 | 23 | * Source code excluding Thread protocol, is provided under Apache 2.0 |
borlanic | 0:fbdae7e6d805 | 24 | * Source code implementing Thread protocol is provided under BSD-3-Clause |
borlanic | 0:fbdae7e6d805 | 25 | * mDNS library is from FNET project and provided under Apache 2.0 license. |