From 2410b6296df52af804e3df4ce9efcbef4f658c4c Mon Sep 17 00:00:00 2001 From: Lasse Rosenow Date: Fri, 10 Jan 2025 14:29:24 +0100 Subject: [PATCH] Add explanation on what ip address to choose --- examples/riot/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/examples/riot/README.md b/examples/riot/README.md index 7ec1559b..cd64d6a9 100644 --- a/examples/riot/README.md +++ b/examples/riot/README.md @@ -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 ``` @@ -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 ```