You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-15Lines changed: 7 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,37 +3,29 @@ ARM Mesh networking stack
3
3
4
4
This repository contains the ARM mesh networking stack that provides support for the following mesh protocols:
5
5
6
-
* 6LoWPAN with Neighbor Discovery (ND) and Mesh Link Establishment (MLE)
7
-
* Thread
8
-
* Wi-SUN
6
+
* 6LoWPAN with Neighbor Discovery (ND) and Mesh Link Establishment (MLE)
7
+
* Wi-SUN
9
8
10
-
All networking stacks are using IEEE 802.15.4 based radios.
9
+
All networking stacks are using IEEE 802.15.4 based radios.
11
10
12
11
The full documentation is hosted in [Mbed OS documentation](https://os.mbed.com/docs/mbed-os/latest/reference/mesh-tech.html).
13
12
14
-
On mbed OS, mesh networking stacks can be used through [Mbed Mesh API](https://os.mbed.com/docs/mbed-os/latest/apis/mesh-api.html) and [Network Socket API](https://os.mbed.com/docs/mbed-os/v5.11/apis/network-socket.html).
13
+
On mbed OS, mesh networking stacks can be used through [Mbed Mesh API](https://os.mbed.com/docs/mbed-os/latest/apis/mesh-api.html) and [Network Socket API](https://os.mbed.com/docs/mbed-os/latest/apis/network-socket.html).
15
14
16
15
To see, how the mesh networking stack works, check the example application [mbed-os-example-mesh-minimal](https://github.com/ARMmbed/mbed-os-example-mesh-minimal).
17
16
18
-
19
-
##6LoWPAN with ND and MLE
17
+
18
+
##6LoWPAN with ND and MLE
20
19
21
20
This networking stack is using standard 6LoWPAN and uses:
22
21
23
22
* Neighbor Discovery Protocol ([RFC4861](https://tools.ietf.org/html/rfc4861)) to locate other devices in the mesh network.
24
23
* Mesh-Link-Establishment ([draft-kelsey-intarea-mesh-link-establishment-06](https://tools.ietf.org/html/draft-kelsey-intarea-mesh-link-establishment-06)) is used for establishing and configuring secure radio links.
25
-
26
-
##Thread
27
-
Thread is standardized by [Thread group](https://www.threadgroup.org/).
28
-
29
-

30
24
31
-
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.
32
25
33
-
##Wi-SUN
26
+
##Wi-SUN
34
27
Wi-SUN (Smart Utility Networks) specification is standardized by [Wi-SUN Alliance](https://www.wi-sun.org/).
35
28
36
-
Mbed OS release 5.12 contains the initial Mbed Wi-SUN FAN implementation. Functionality of the Mbed Wi-SUN network stack will be updated when the Wi-SUN protocol is specified further.
0 commit comments