Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-07-04 Thread Martine Lenders
(remarks see PR) 2016-07-04 17:16 GMT+02:00 Martine Lenders : > Yes, well done +1 :-) > > Cheers, > Martine > > 2016-07-04 16:49 GMT+02:00 MATTIA ANTONINI > : >> Done! I hope I've done well, I followed your instructions. >> >> Cheers, >> Mattia >> >> 2016-07-04 15:49 GMT+02:00 Martine Lenders : >

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-07-04 Thread Martine Lenders
Yes, well done +1 :-) Cheers, Martine 2016-07-04 16:49 GMT+02:00 MATTIA ANTONINI : > Done! I hope I've done well, I followed your instructions. > > Cheers, > Mattia > > 2016-07-04 15:49 GMT+02:00 Martine Lenders : >> >> Hi, >> make a fork of master on GitHub [1] (hit the fork button in the upper

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-07-04 Thread MATTIA ANTONINI
Done! I hope I've done well, I followed your instructions. Cheers, Mattia 2016-07-04 15:49 GMT+02:00 Martine Lenders : > Hi, > make a fork of master on GitHub [1] (hit the fork button in the upper > right corner) and clone the fork to your local machine: > > $ git clone g...@github.com:/RIOT.git

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-07-04 Thread Martine Lenders
Hi, make a fork of master on GitHub [1] (hit the fork button in the upper right corner) and clone the fork to your local machine: $ git clone g...@github.com:/RIOT.git or, if you already cloned the RIOT-OS repository just add it as another remote $ git remote add mine g...@github.com:/RIOT.git $

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-07-04 Thread MATTIA ANTONINI
Hi Martine, I think I've fixed this problem. I've tested my scenario with gnr_networking and microcoap_server and all is working :) Which is the procedure to push the code? I've never done it before :) Cheers, Mattia 2016-07-04 10:56 GMT+02:00 Martine Lenders : > Hi, > I finally will have some t

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-07-04 Thread Martine Lenders
Hi, I finally will have some time to look into it, but it would also be great if there would be an issue for that on GitHub and maybe to involve Takuo, since it is their PR that seem to have broken it. Cheers, Martine 2016-06-24 12:01 GMT+02:00 Martine Lenders : > Hi Mattia, hi Alex, > due to hav

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-06-24 Thread Martine Lenders
Hi Mattia, hi Alex, due to having my head mostly on the defense of my master thesis I have next monday I wasn't able to look into this as promised. :( Thanks however Mattia for the in-depth analysis and the bisect! As soon as I find some head space I will look into it, too. Cheers, Martine 2016-

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-06-23 Thread MATTIA ANTONINI
Hi all! I found the problem in the commit 0de34c9 [1]. Can anyone check this commit? I've also tried the commit before ( f7bd237) and everything works. Cheers, Mattia [1] https://github.com/RIOT-OS/RIOT/commit/0de34c91c618829a845feef753b3ea32683365ed 2016-06-22 15:14 GMT+02:00 Alexandre Abad

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-06-22 Thread Alexandre Abadie
Hi, > though I do not have the same setup ready for testing, I _cannot_ confirm any > problems with UDP on latest RIOT master branch. > > I just tested UDP on a SAMR21-XPRO running gnrc_networking example and > successfully send and received UDP data from and to a RasPi with Openlabs > transceive

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-06-22 Thread smlng
Hi all, though I do not have the same setup ready for testing, I _cannot_ confirm any problems with UDP on latest RIOT master branch. I just tested UDP on a SAMR21-XPRO running gnrc_networking example and successfully send and received UDP data from and to a RasPi with Openlabs transceiver run

Re: [riot-devel] Problem with UDP and SAMR21-XPRO

2016-06-21 Thread Alexandre Abadie
Hi Mattia, Thanks for reporting this issue. > I've discovered a possible bug in RIOT. I'm working with 2 samr21-xpro: on > the first is running gnrc_border_router (I'll call it A) and on the other > (I'll call it B) is running gnrc_networking. I've well configured my > scenario infact I can ping

[riot-devel] Problem with UDP and SAMR21-XPRO

2016-06-21 Thread MATTIA ANTONINI
Hi RIOTers! I've discovered a possible bug in RIOT. I'm working with 2 samr21-xpro: on the first is running gnrc_border_router (I'll call it A) and on the other (I'll call it B) is running gnrc_networking. I've well configured my scenario infact I can ping both my nodes from linux shell. But, when