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
The Wi-SUN Field Area Network (FAN) is based on open standards from IEEE802, IETF, ANSI/TIA and ETSI.
4
4
@@ -8,29 +8,29 @@ The Mbed OS Wi-SUN stack is built on IPv6 over Low power Wireless Personal Area
8
8
9
9
You can find more details about Wi-SUN at the [Wi-SUN Alliance site](https://www.wi-sun.org).
10
10
11
-
####Mbed Wi-SUN API
11
+
### Mbed Wi-SUN API
12
12
13
13
Mbed OS provides the [Mesh C++ API](../apis/mesh-api.html) for building Wi-SUN applications.
14
14
15
15
- To connect to the Wi-SUN network, use the [Wi-SUN interface API](https://github.com/ARMmbed/mbed-os/blob/master/features/nanostack/mbed-mesh-api/mbed-mesh-api/WisunInterface.h).
16
16
- For the socket communication over the Wi-SUN network, use the [Mbed sockets API](../apis/network-socket.html).
17
17
18
-
#####Nanostack Wi-SUN API
18
+
#### Nanostack Wi-SUN API
19
19
20
20
Mbed Wi-SUN is implemented in the Nanostack library that provides a set of C API headers with more functionalities. The [nanostack folder](https://github.com/ARMmbed/mbed-os/tree/master/features/nanostack/sal-stack-nanostack/nanostack) has the following header files that can be used with Wi-SUN:
21
21
22
22
-`net_interface.h` for initializing, starting and stopping a Wi-SUN interface.
23
23
-`ws_management_api.h` for configuring device behavior.
24
24
-`ws_bbr_api.h` for Wi-SUN backbone border router application interface.
25
25
26
-
####Mbed Wi-SUN examples
26
+
### Mbed Wi-SUN examples
27
27
28
28
Mbed Wi-SUN network consists of routers and border router(s). Mbed OS provides example applications to build Wi-SUN application.
29
29
30
-
#####Router
30
+
#### Router
31
31
32
32
You can find an example using the [Mesh C++ API](../apis/mesh-api.html) for building a Wi-SUN router device in the [mesh minimal example](https://github.com/ARMmbed/mbed-os-example-mesh-minimal).
33
33
34
-
#####Border router
34
+
#### Border router
35
35
36
36
You can find an example using the [Nanostack API](https://github.com/ARMmbed/mbed-os/tree/master/features/nanostack/sal-stack-nanostack/nanostack) to biuld a Wi-SUN border router at [nanostack border router](https://github.com/ARMmbed/nanostack-border-router).
0 commit comments