Hi Oliver, Thanks for your quick response! These resources will be very useful for me, I will ask more question here.
The problem I face now is that I want to use the embedded default network stack to make two Atmel R21board to send packet with each other through RF, before I implemented the a new protocol on Network stack. Do you have any experience about that? I did not find many resources online. Thanks, Haoyang > On Oct 23, 2015, at 06:48, Oliver Hahm <[email protected]> wrote: > > Hi Haoyang, > > welcome to RIOT! > >> I forward this mail to my colleague Oleg, who is actually doing the same >> thing - so I guess he is probably the best one to help you! > > Since you already found the mailing list, I took the liberty of replying here > instead. > > Yes, I'm working indeed on CCN for RIOT. Until recently, there was a port of > ccn-lite [1] in RIOT. See for example our second last release 2014.12 [2]. > However, during refactoring the network stack and due to the increasing > divergence of RIOT's ccn-lite port and the upstream version, we decided to > remove it temporarily and re-integrate it. Hence, I'm currently working > towards this re-integration as a package [3]. > >> @Oleg: do you have already code for CCN-lite @ netapi? > > The code I have for now is probably of very limited use for other people, but > I think the main question for you is how to interact with layer 2. Hence, I > would advice to take a look at the default example [4] which provides a very > simple example for dealing with L2 transmissions. You probably also want to > look at the documentation for the gnrc network stack, most particular the > documentation of the netapi [5] and the registry [6]. There's also some > ongoing effort on some more high-level documentation in [7]. > > Please, don't hesitate to ask more questions here on the list or on IRC. > > Cheers, > Oleg > > [1] http://www.ccn-lite.net/ > https://github.com/cn-uofbasel/ccn-lite > [2] https://github.com/RIOT-OS/RIOT/releases/tag/2014.12 > [3] https://github.com/RIOT-OS/RIOT/wiki/External-Libraries > [4] https://github.com/RIOT-OS/RIOT/tree/master/examples/default > [5] http://doc.riot-os.org/group__net__gnrc__netapi.html > [6] http://doc.riot-os.org/group__net__gnrc__netreg.html > [7] https://github.com/RIOT-OS/RIOT/issues/4072#issuecomment-147752215 > https://github.com/RIOT-OS/RIOT/pull/4091 > -- > Institute of Computer Science > Freie Universität Berlin > AG-Tech, Room 148 > Takustr. 9, 14195 Berlin > Mail: [email protected] > Web: http://www.des-testbed.net > http://www.riot-os.org _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
