From cdbe37cfde5b892df332d2fd67b616d079b5aaac Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Fri, 16 Dec 2016 09:56:22 +0100 Subject: [PATCH] example/microcoap_server: fix link local address --- examples/microcoap_server/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/microcoap_server/README.md b/examples/microcoap_server/README.md index 56aadecb13..aa5304132a 100644 --- a/examples/microcoap_server/README.md +++ b/examples/microcoap_server/README.md @@ -58,7 +58,7 @@ Iface 5 HWaddr: 96:3c:18:1e:26:f7 Waiting for incoming UDP packet... ``` -The link-layer address in this case is "fe80::f8bf:2bff:fe01:9ea3", the only +The link-layer address in this case is "fe80::e42a:1aff:feca:10ec", the only "scope: local" address set. Testing @@ -68,10 +68,10 @@ There are multiple external CoAP clients you can use to test the server on nativ libcoap CLI ----------- -(replace "fe80::f8bf:2bff:fe01:9ea3" with your link-layer address) +(replace "fe80::e42a:1aff:feca:10ec" with your link-layer address) ``` -# coap-client "coap://[fe80::f8bf:2bff:fe01:9ea3%tap0]/riot/board" +# coap-client "coap://[fe80::e42a:1aff:feca:10ec%tap0]/riot/board" ``` Copper (Firefox Plugin) @@ -140,4 +140,4 @@ If you click the big green `GET` button, the word `native` should appear in the sudo service radvd start sudo ip address add 2001:db8:1::a/64 dev tap0 make term -``` \ No newline at end of file +``` -- GitLab