Re: [riot-devel] module documentation

2015-11-24 Thread Haoyang Yu
ter/Makefile.modules#L7 > <https://github.com/RIOT-OS/RIOT/blob/master/Makefile.modules#L7> > > On 23.11.2015 04:01, Haoyang Yu wrote: >> Hi Martine, >> >> I understood the idea behind the concept. Thank you very much! >> >> I came across a que

Re: [riot-devel] module documentation

2015-11-22 Thread Haoyang Yu
s. I will look into it tomorrow. > > Good night (from Berlin), > Martine > > Am 18.11.2015 22:26 schrieb "Haoyang Yu" <mailto:haoyang...@rutgers.edu>>: > Hello Martine, > > Thanks for you answer, right now I fully understand how it works. But why do

Re: [riot-devel] module documentation

2015-11-18 Thread Haoyang Yu
in the module's Makefile. > Can you rephrase your second question. I have difficulties to understand what > you are going at. > > Cheers, > Martine > > 2015-11-17 21:42 GMT+01:00 Haoyang Yu <mailto:haoyang...@rutgers.edu>>: > Hi all, > > I followed

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] module documentation

2015-11-17 Thread Haoyang Yu
Hi all, I followed that information provided by community, but did not find the MODULE gnrc, and also just find gnrc_netif MODULE in sys, but not gnrc_netif_default # gnrc is a meta module including all required, basic gnrc networking modules USEMODULE += gnrc # use the default network inte

[riot-devel] Network Stack Question

2015-11-10 Thread Haoyang Yu
Hi, I am a student in Rutgers, and I am trying to implement a new CCN lite protocol on RIOT, and facing one difficulty about how to get the packet from Link layer(Layer 2)? Do you guys can give me some hints? Thank you very much! Best, Haoyang ___ de

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

[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

Re: [riot-devel] Forming Sensor Network

2015-10-29 Thread Haoyang Yu
s, > Cenk > > [1] > https://github.com/RIOT-OS/RIOT/wiki/Tutorial:-RIOT-and-Multi-Hop-Routing-with-RPL > > <https://github.com/RIOT-OS/RIOT/wiki/Tutorial:-RIOT-and-Multi-Hop-Routing-with-RPL> > > On 29.10.2015 06:41, Haoyang Yu wrote: >> Hi all, >> &g

[riot-devel] Forming Sensor Network

2015-10-28 Thread Haoyang Yu
Hi all, Right now, I am more familiar with RIOT OS, and also trying to build sensor network. I am puzzled by how to implement sensor network for example using AODV routing protocol or RPL protocol to do network forming. Question: Neighbor discovering to form a stable sensor network? Make devic

Re: [riot-devel] Hack'n'ACK October '15

2015-10-28 Thread Haoyang Yu
use this list to discuss anything :-). > > Best, > Peter > > > > Am 27.10.2015 um 22:32 schrieb Haoyang Yu: >> Hi Martine, >> >> What is the actual time for the Hack’n’ACK meeting, I want to join to >> discuss with RIOTers. >> >> Thanks,

Re: [riot-devel] Hack'n'ACK October '15

2015-10-27 Thread Haoyang Yu
Hi Martine, What is the actual time for the Hack’n’ACK meeting, I want to join to discuss with RIOTers. Thanks, Haoyang > On Oct 27, 2015, at 12:02, Martine Lenders wrote: > > Hello fellow RIOTers, > > Cenk and I are holding the castle for tonight's Hack'n'ACK at FU Berlin. You > can join v

Re: [riot-devel] Network Stack Question

2015-10-27 Thread Haoyang Yu
a new protocol I defined on for layer 3, layer 4 in ICN. Thank you for your help! my changes: https://github.com/haoyangyu/RIOT/commits?author=haoyangyu Best, Haoyang > On Oct 25, 2015, at 11:57, Martine Lenders wrote: > > Hi Haoyang, > > 2015-10-24 21:17 GMT+02:00 Haoyang Yu

Re: [riot-devel] Network Stack Question

2015-10-24 Thread Haoyang Yu
ine Lenders wrote: > > Hi Haoyang, > > > 2015-10-23 20:08 GMT+02:00 Haoyang Yu <mailto:haoyang...@rutgers.edu>>: > txtsnd: I cannot set the interface, if I use tap0, which will echo: error: > invalid interface given. > You need to use the interface on t

Re: [riot-devel] Network Stack Question

2015-10-23 Thread Haoyang Yu
Hi Oleg, I understand and tried what you said. The problem I faced for a long time is that txtsnd: I cannot set the interface, if I use tap0, which will echo: error: invalid interface given. I found the tutorial that said using addr, but I do not have the addr command when I use the R21 boar

Re: [riot-devel] Network Stack Question

2015-10-23 Thread Haoyang Yu
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

[riot-devel] Fwd: Network Stack Question

2015-10-22 Thread Haoyang Yu
> Begin forwarded message: > > From: Haoyang Yu > Date: October 22, 2015 at 21:27:59 EDT > To: devel@riot-os.org > Subject: Network Stack Question > > Hi, > > I am a student in Rutgers, and I am trying to implement a new CCN lite > protocol on RIOT, and f