Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
cdbe37cf
Commit
cdbe37cf
authored
8 years ago
by
Alexandre Abadie
Browse files
Options
Downloads
Patches
Plain Diff
example/microcoap_server: fix link local address
parent
96ef13dc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/microcoap_server/README.md
+4
-4
4 additions, 4 deletions
examples/microcoap_server/README.md
with
4 additions
and
4 deletions
examples/microcoap_server/README.md
+
4
−
4
View file @
cdbe37cf
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment