Re: [riot-devel] GNRC_NETWORKING

2016-09-23 Thread Ilias Seitanidis
Hi again, The problem is probably on the Br, after sending two udp messages, 4 bytes each with two minutes difference, I am not able to see the node in the br's ncache. I am using the br of miri64, I can't find the email where she mentioned that the br doesn't remove records. Anyone using the br wi

Re: [riot-devel] GNRC_NETWORKING

2016-09-21 Thread Ilias Seitanidis
@ Sebastian the first one is the udp.c where I execute an interval so every 2 minutes I send a message. The second one is empty right now. ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/devel

Re: [riot-devel] GNRC_NETWORKING

2016-09-21 Thread Ilias Seitanidis
Thank you all for your replies, @Sebastian, I have the loop in the udp.c and when I use the make term I see that one of my threads is running. That's the strange thing!!! ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listinfo/

Re: [riot-devel] GNRC_NETWORKING

2016-09-21 Thread smlng
Hi Oleg, you're probably right; I also missed that and also ignored Ilias statement: > After that I execute some threads. @Ilias: what are those threads doing, are they working as expected? Best, Sebastian > Am 21.09.2016 um 15:13 schrieb Oleg Hahm : > > Hi Sebastian! > > On Wed, Sep 21,

Re: [riot-devel] GNRC_NETWORKING

2016-09-21 Thread Oleg Hahm
Hi Sebastian! On Wed, Sep 21, 2016 at 02:50:31PM +0200, smlng wrote: > you removed the shell, and doing so you also removed the main loop. So > basically your program hits return 0 and terminates - which likely happens > very fast after reboot. With this the RIOT-Kernel, network stack and > everyt

Re: [riot-devel] GNRC_NETWORKING

2016-09-21 Thread smlng
Hi Ilias, you removed the shell, and doing so you also removed the main loop. So basically your program hits return 0 and terminates - which likely happens very fast after reboot. With this the RIOT-Kernel, network stack and everything stops working, so no logic remains to answer any pings or s

[riot-devel] GNRC_NETWORKING

2016-09-21 Thread Ilias Seitanidis
Hi all, I am using the gnrc BR and I have another node running the gnrc_networking example. I did some modifications on the main.c of the gnrc_networking, I replaced the lines 44-46 [1] with the line: _netif_config(0, NULL); . After that I execute some threads. My question is why I cannot ping th

Re: [riot-devel] gnrc_networking packets incoming

2016-09-01 Thread Peter Kietzmann
Hi Alessandro, gnrc_networking registers the "pkt_dump" module as UDP server. https://github.com/RIOT-OS/RIOT/blob/master/examples/gnrc_networking/udp.c#L108 You can find the implementation here: https://github.com/RIOT-OS/RIOT/blob/master/sys/net/gnrc/pktdump/gnrc_pktdump.c . Just write yo

[riot-devel] gnrc_networking packets incoming

2016-08-27 Thread ALESSANDRO NICOLI
Hi all, In case that i could not use CoAP for request messages, i tried to build on a communication using the "gnrc_networking" code. Obviously the communication works, but where and how can i retrive the payload of the incoming packets? My collector node (SAMR21) has to process the content of the