Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
contiki-ng
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
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
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
NATAF Emmanuel
contiki-ng
Commits
3a4c7d5d
Commit
3a4c7d5d
authored
7 years ago
by
Simon Duquennoy
Browse files
Options
Downloads
Patches
Plain Diff
Update native RPL border router readme
parent
9b8e29dc
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
examples/rpl-border-router/native/README.md
+3
-4
3 additions, 4 deletions
examples/rpl-border-router/native/README.md
with
3 additions
and
4 deletions
examples/rpl-border-router/native/README.md
+
3
−
4
View file @
3a4c7d5d
This code connects a 802.15.4 radio over TTY with the full uIPv6 stack of
Contiki including 6LoWPAN and 802.15.4 framing / parsing. The native border
Contiki
-NG
including 6LoWPAN and 802.15.4 framing / parsing. The native border
router also acts as a RPL Root and handles the routing and maintains the RPL
network. Finally the native border router connects the full 6LoWPAN/RPL
network to the host (linux/os-x) network stack making it possible for
...
...
@@ -11,9 +11,9 @@ mote that is either directly USB/TTY connected, or is remote via a TCP
connect. What's on the SLIP interface is really not Serial Line IP, but SLIP
framed 15.4 packets.
The border router supports a number of commands on it
'
s stdin.
The
native
border router supports a number of commands on its stdin.
Each are prefixed by !:
*
!G - global RPL repair root
.
*
!G - global RPL repair root
*
!M - set MAC address (if coming from RADIO, i.e. SLIP link)
*
!C - show channel (if coming from RADIO, i.e. SLIP link)
*
!D - sensor data received
...
...
@@ -25,4 +25,3 @@ Queries are prefixed by ?:
*
?C is used for requesting the currently used channel for the slip-radio. The response is !C with a channel number (from the slip-radio).
*
!C is used for setting the channel of the slip-radio (useful if the motes are using another channel than the one used in the slip-radio).
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