Skip to content
Snippets Groups Projects
Commit feffb43c authored by Michael Frey's avatar Michael Frey Committed by Michael Frey
Browse files

examples: ccn-lite-relay: renamed 'ccnl_cont'

Renamed 'ccnl_cont' to 'ccnl_cs' in examples/ccn-lite-relay/README.md
parent 4e872e61
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ RIOT provides three shell to interact with the CCN-Lite stack: ...@@ -21,7 +21,7 @@ RIOT provides three shell to interact with the CCN-Lite stack:
first parameter specifies the name of the content to be created, first parameter specifies the name of the content to be created,
the second parameter specifies the content itself. The second the second parameter specifies the content itself. The second
parameter may include spaces, e.g. you can call: parameter may include spaces, e.g. you can call:
`ccnl_cont /riot/peter/schmerzl Hello World! Hello RIOT!` `ccnl_cs /riot/peter/schmerzl Hello World! Hello RIOT!`
* `ccnl_fib` - modifies the FIB or shows its current state. If the command is * `ccnl_fib` - modifies the FIB or shows its current state. If the command is
called without parameters, it will print the current state of called without parameters, it will print the current state of
the FIB. It can also be called with the action parameters `add` the FIB. It can also be called with the action parameters `add`
...@@ -44,7 +44,7 @@ An example usage of this application could be setup like this: ...@@ -44,7 +44,7 @@ An example usage of this application could be setup like this:
windows. windows.
3. Call `make -B clean all term` in the first terminal and `PORT=tap1 make 3. Call `make -B clean all term` in the first terminal and `PORT=tap1 make
term` in the second one. term` in the second one.
4. Enter `ccnl_cont /riot/peter/schmerzl Hello World! Hello RIOT!` on the first 4. Enter `ccnl_cs /riot/peter/schmerzl Hello World! Hello RIOT!` on the first
terminal. terminal.
5. Add a FIB entry for this prefix on the second node, e.g. using the broadcast 5. Add a FIB entry for this prefix on the second node, e.g. using the broadcast
address: `ccnl_fib add /riot/peter/schmerzl ff:ff:ff:ff:ff:ff` address: `ccnl_fib add /riot/peter/schmerzl ff:ff:ff:ff:ff:ff`
......
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