Skip to content

Commit

Permalink
examples: Remove macOS references in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Teufelchen1 committed Nov 5, 2022
1 parent 384e3ca commit 2adf0e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion examples/emcute_mqttsn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ sudo ./RIOTDIR/dist/tools/tapsetup/tapsetup
```

2. Assign a site-global prefix to the `tapbr0` interface (the name could be
different on macOS etc):
different on your machine etc):
```
sudo ip a a fec0:affe::1/64 dev tapbr0
```
Expand Down
1 change: 0 additions & 1 deletion examples/gnrc_border_router/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ to using `esp_now` for the downstream interface.

## Requirements
This functionality works only on Linux machines.
macOS support will be added in the future (lack of native `tap` interface).

If you want to use DHCPv6, you also need a DHCPv6 server configured for prefix
delegation from the interface facing the border router. With the [KEA] DHCPv6
Expand Down

0 comments on commit 2adf0e9

Please sign in to comment.