@@ -18,12 +18,13 @@ RIOT provides three shell to interact with the CCN-Lite stack:
1818 If the second parameter is omitted, the Interest will be
1919 broadcasted. You may call it like this:
2020 ` ccnl_int /riot/peter/schmerzl b6:e5:94:26:ab:da `
21- * ` ccnl_cont ` - generates and populates content. The command expects one
22- mandatory and one optional parameter. The first parameter
23- specifies the name of the content to be created, the second
24- parameter specifies the content itself. The second parameter
25- may include spaces, e.g. you can call:
26- ` ccnl_cont /riot/peter/schmerzl Hello World! Hello RIOT! `
21+ * ` ccnl_cs ` - dumps CS or generates and populates content. If the command is
22+ called without parameters, it will print all content items in
23+ the cache. Otherwise, the command expects two parameters. The
24+ first parameter specifies the name of the content to be created,
25+ the second parameter specifies the content itself. The second
26+ parameter may include spaces, e.g. you can call:
27+ ` ccnl_cs /riot/peter/schmerzl Hello World! Hello RIOT! `
2728* ` ccnl_fib ` - modifies the FIB or shows its current state. If the command is
2829 called without parameters, it will print the current state of
2930 the FIB. It can also be called with the action parameters ` add `
0 commit comments