Skip to content

Commit

Permalink
Add explanation on what ip address to choose
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseRosenow committed Jan 10, 2025
1 parent e319886 commit 2410b62
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/riot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ cd coap_federated/sender

Get the IP address of the `receiver` by specifying the `PORT=tap1` and `ONLY_PRINT_IP=1` environment variables:

*If the program returns more than one IP-Address then select the one that starts with `fe80`*.

```shell
make ONLY_PRINT_IP=1 BOARD=native PORT=tap1 all term
```
Expand All @@ -66,6 +68,8 @@ cd coap_federated/receiver

Get the IP address of the `sender` by specifying the `PORT=tap0` and `ONLY_PRINT_IP=1` environment variables:

*If the program returns more than one IP-Address then select the one that starts with `fe80`*.

```shell
make ONLY_PRINT_IP=1 BOARD=native PORT=tap0 all term
```
Expand Down

0 comments on commit 2410b62

Please sign in to comment.