Skip to content
Snippets Groups Projects
Commit cdbe37cf authored by Alexandre Abadie's avatar Alexandre Abadie
Browse files

example/microcoap_server: fix link local address

parent 96ef13dc
No related branches found
No related tags found
No related merge requests found
...@@ -58,7 +58,7 @@ Iface 5 HWaddr: 96:3c:18:1e:26:f7 ...@@ -58,7 +58,7 @@ Iface 5 HWaddr: 96:3c:18:1e:26:f7
Waiting for incoming UDP packet... 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. "scope: local" address set.
Testing Testing
...@@ -68,10 +68,10 @@ There are multiple external CoAP clients you can use to test the server on nativ ...@@ -68,10 +68,10 @@ There are multiple external CoAP clients you can use to test the server on nativ
libcoap CLI 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) Copper (Firefox Plugin)
...@@ -140,4 +140,4 @@ If you click the big green `GET` button, the word `native` should appear in the ...@@ -140,4 +140,4 @@ If you click the big green `GET` button, the word `native` should appear in the
sudo service radvd start sudo service radvd start
sudo ip address add 2001:db8:1::a/64 dev tap0 sudo ip address add 2001:db8:1::a/64 dev tap0
make term make term
``` ```
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment