Re: [riot-devel] Create a new module

2015-11-17 Thread Cenk Gündogan
Hello Haoyang, `gnrc_netif_default` is a pseudo module and defined in `Makefile.pseudomodules`. In `Makefile.dep` you can see that it pulls in `gnrc_netif` as a dependency. Best, Cenk On 18.11.2015 04:19, Haoyang Yu wrote: Hi Oleg, I do cannot find any Makefile claim this module as the name

Re: [riot-devel] Create a new module

2015-11-17 Thread Haoyang Yu
Hi Oleg, I do cannot find any Makefile claim this module as the name gnrc_netif_default. But I found one named gnrc_netif. # use the default network interface for the board USEMODULE += gnrc_netif_default I am wondering where can I find it. I used grep to search. Thank you very much. Cheer

Re: [riot-devel] Create a new module

2015-11-05 Thread Haoyang Yu
Hi Oleg, Thanks for your quick reply!! I think CCN is the same concept for ICN in USA. I am trying to implement MF-Lite based on RIOT, which is quick challenging for me… http://mobilityfirst.orbit-lab.org/wiki/WikiStart Our small team is still deciding to implement from scratch or based

Re: [riot-devel] Create a new module

2015-11-04 Thread Oleg Hahm
Hello Haoyang, > I am staring to create my own module for RIOT CCN stuff, I am wondering for > the USEMODULE in Makefile, Cool, looking forward to this implementation. May I ask what kind of CCN stuff you're going to implement? Are you developing from scratch or do you use any existing CCN implem

[riot-devel] Create a new module

2015-11-04 Thread Haoyang Yu
Hi Team, I am staring to create my own module for RIOT CCN stuff, I am wondering for the USEMODULE in Makefile, How can I add a self-define module in Makefile, and how do we specify the name like? What is the underlying complying mechanism to find the module? USEMODULE += gnrc_ipv6_router_defa