example/microcoap_server: fix link local address

This commit is contained in:
Alexandre Abadie 2016-12-16 09:56:22 +01:00
parent 96ef13dc98
commit cdbe37cfde

View File

@ -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
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)