Skip to content

Commit 4f6561f

Browse files
author
Amanda Butler
authored
Fix headings in wisun_intro.md
Reduce heading levels, so page doesn't attach to page before.
1 parent 3020126 commit 4f6561f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#### Wi-SUN
1+
## Wi-SUN
22

33
The Wi-SUN Field Area Network (FAN) is based on open standards from IEEE802, IETF, ANSI/TIA and ETSI.
44

@@ -8,29 +8,29 @@ The Mbed OS Wi-SUN stack is built on IPv6 over Low power Wireless Personal Area
88

99
You can find more details about Wi-SUN at the [Wi-SUN Alliance site](https://www.wi-sun.org).
1010

11-
#### Mbed Wi-SUN API
11+
### Mbed Wi-SUN API
1212

1313
Mbed OS provides the [Mesh C++ API](../apis/mesh-api.html) for building Wi-SUN applications.
1414

1515
- 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).
1616
- For the socket communication over the Wi-SUN network, use the [Mbed sockets API](../apis/network-socket.html).
1717

18-
##### Nanostack Wi-SUN API
18+
#### Nanostack Wi-SUN API
1919

2020
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:
2121

2222
- `net_interface.h` for initializing, starting and stopping a Wi-SUN interface.
2323
- `ws_management_api.h` for configuring device behavior.
2424
- `ws_bbr_api.h` for Wi-SUN backbone border router application interface.
2525

26-
#### Mbed Wi-SUN examples
26+
### Mbed Wi-SUN examples
2727

2828
Mbed Wi-SUN network consists of routers and border router(s). Mbed OS provides example applications to build Wi-SUN application.
2929

30-
##### Router
30+
#### Router
3131

3232
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).
3333

34-
##### Border router
34+
#### Border router
3535

3636
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

Comments
 (0)