Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions content/components/network.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,18 @@ The optimization level depends on whether PSRAM is guaranteed to be available (c
> This has various security and privacy implications decribed in [RFC7721](https://datatracker.ietf.org/doc/rfc7721/), as this might leak outside of the smart home network and makes the device uniquely identifiable.
> Therefore, the address generation does not comply to [RFC7217](https://datatracker.ietf.org/doc/rfc7217/).

## nRF52 platform

nRF52 platform only supports IPv6 over Thread, no WiFi.

```yaml
# Example configuration
# IPv6 is always enabled for nRF52 (not configurable)
network:
```

## See Also

- {{< docref "wifi/" >}}
- {{< docref "ethernet/" >}}
- {{< docref "openthread/" >}}