Re: [riot-devel] Updating micro-ecc

2016-03-08 Thread Oleg Hahm
Hi Mathias! On Mon, Mar 07, 2016 at 11:14:14AM +, Tausig Mathias wrote: > Currently, the package uses a patch which removes all the random number > generation code from micro-ecc and substitutes it for invocation to the hwrng > interface. > Wouldn't it be more straight-forward, to just plug th

Re: [riot-devel] wrong checksum

2016-03-08 Thread Kaspar Schleiser
Hey, On 03/09/2016 12:06 AM, malo wrote: > do you run inet_csums unitest for some 16bits platform? Currently, unittests are only run on native. That'll change, soon. Kaspar ___ devel mailing list devel@riot-os.org https://lists.riot-os.org/mailman/listi

Re: [riot-devel] wrong checksum

2016-03-08 Thread malo
Hello, no need to blame the kernel here, as I wrote in prev post I have had wrong csums on the outgoing packets as well. Thanks for pointing me at unitests for inet_csums - they were failing all on my platform/compiler. the problem was in inet_csum_slice, where csum += (*buf << 8) + *(buf + 1);

Re: [riot-devel] Another milestone

2016-03-08 Thread Kaspar Schleiser
Hey, On 03/08/2016 03:59 PM, Oleg Hahm wrote: > I've just noticed that the RIOT community reached another milestone: until > today 100 different people have contributed to this great project [1]. > Pretty amazing! Another one: Oleg just opened the 5000th pull request [1]! Kaspar [1] https://gith

Re: [riot-devel] Bridge border router and 6LowPan interfaces

2016-03-08 Thread Baptiste Clenet
@Kaspar, @Daniel? I think I'm close to make it work but I think I miss something about bridge and network here. 2016-03-07 17:19 GMT+01:00 Baptiste Clenet : > @kaspar, @Daniel I'm goint to try to sum up: > > Node A (border router on samr21): > Iface 5: inet6 addr: fe80::585a:4b52:7476:b996 >> ifco

Re: [riot-devel] GSOC inquiry.

2016-03-08 Thread Emmanuel Baccelli
Hi Om RIOT is not participating in GSOC this year. Best, Emmanuel On Tue, Mar 8, 2016 at 4:20 PM, Om Shivom Nagpal wrote: > Hi, I am Om Shivom pursuing CSE from PEC University of Technology, > Chandigarh and I have previously worked on C++ and Python. I am interested > in contributing to RIOT th

[riot-devel] GSOC inquiry.

2016-03-08 Thread Om Shivom Nagpal
Hi, I am Om Shivom pursuing CSE from PEC University of Technology, Chandigarh and I have previously worked on C++ and Python. I am interested in contributing to RIOT through GSOC 2016. I need a little guidance on how to get started here. Regards. ___ dev

[riot-devel] Another milestone

2016-03-08 Thread Oleg Hahm
Dear rebelling IOTlers, I've just noticed that the RIOT community reached another milestone: until today 100 different people have contributed to this great project [1]. Pretty amazing! Cheers, Oleg P.S. And congrats for your 1000th commit, Hauke! [1] https://github.com/RIOT-OS/RIOT/graphs/cont

[riot-devel] Notification: Biweekly virtual meeting @ Wed Mar 9, 2016 2pm - 3pm (RIOT Events)

2016-03-08 Thread Google Calendar
This is a notification for: Title: Biweekly virtual meeting Developer discussions that will only happen if a proposed agenda exists. Some instructions and a link to the agenda can be found in the RIOT wiki (https://github.com/RIOT-OS/RIOT/wiki/Meetings). Remote participation will be provide

Re: [riot-devel] wrong checksum

2016-03-08 Thread Alexander Aring
Hi, On Mon, Mar 07, 2016 at 09:08:01PM +0100, Martine Lenders wrote: > Hi Malo, > did you check if everything is coming out right out of 6LoWPAN IPHC > and/or fragmentation (check with a sniffer)? Sometimes older 6LoWPAN > implementations have wrong datagram sizes and do weird stuff in the > IPHC