Re: [riot-devel] Fragmentation support in IP

2016-08-19 Thread Adeel Mohammad Malik
t 19, 2016 10:35 AM > To: RIOT OS kernel developers > Cc: Börje Ohlman; Joakim Borgh > Subject: Re: [riot-devel] Fragmentation support in IP > > Hi Adeel, > > On Thu, Aug 18, 2016 at 10:45:40PM +, Adeel Mohammad Malik wrote: > > We don't want to use CoAP as we

Re: [riot-devel] Fragmentation support in IP

2016-08-19 Thread Adeel Mohammad Malik
e a poorly performing prototype. /Adeel > -Original Message- > From: devel [mailto:devel-boun...@riot-os.org] On Behalf Of Thomas C. > Schmidt > Sent: Friday, August 19, 2016 10:16 AM > To: RIOT OS kernel developers > Cc: Börje Ohlman; Joakim Borgh > Subject: Re: [riot-dev

Re: [riot-devel] Fragmentation support in IP

2016-08-19 Thread Oleg Hahm
Hi Adeel, On Thu, Aug 18, 2016 at 10:45:40PM +, Adeel Mohammad Malik wrote: > We don't want to use CoAP as we are working with ICN (Information Centric > Networking) protocols. have you checked if fragmentation in CCN-lite works and would serve your needs? Cheers, Oleg -- printk(KERN_DEBUG

Re: [riot-devel] Fragmentation support in IP

2016-08-19 Thread Thomas C. Schmidt
t;, Joakim Borgh <joakim.bo...@ericsson.com <mailto:joakim.bo...@ericsson.com>> Subject: Re: [riot-devel] Fragmentation support in IP Hi Adeel, adding to this: you should keep in mind that in LowPANs you may easily trigger multiple layers of fragmentation (lo

Re: [riot-devel] Fragmentation support in IP

2016-08-19 Thread Martine Lenders
uot;Thomas C. Schmidt" <t.schm...@haw-hamburg.de> > Date: 8/18/2016 23:27 (GMT+01:00) > To: RIOT OS kernel developers <devel@riot-os.org> > Cc: Börje Ohlman <borje.ohl...@ericsson.com>, Joakim Borgh < > joakim.bo...@ericsson.com> > Subject: Re: [riot-de

Re: [riot-devel] Fragmentation support in IP

2016-08-18 Thread Adeel Mohammad Malik
hmidt" <t.schm...@haw-hamburg.de> Date: 8/18/2016 23:27 (GMT+01:00) To: RIOT OS kernel developers <devel@riot-os.org> Cc: Börje Ohlman <borje.ohl...@ericsson.com>, Joakim Borgh <joakim.bo...@ericsson.com> Subject: Re: [riot-devel] Fragmentation support in IP Hi Adeel

Re: [riot-devel] Fragmentation support in IP

2016-08-18 Thread Adeel Mohammad Malik
l > > > Original message > From: "Thomas C. Schmidt" <t.schm...@haw-hamburg.de> > Date: 8/18/2016 18:11 (GMT+01:00) > To: devel@riot-os.org > Subject: Re: [riot-devel] Fragmentation support in IP > > Hi Adeel, > > GNRC in RIOT

Re: [riot-devel] Fragmentation support in IP

2016-08-18 Thread Kaspar Schleiser
Hey, On 08/18/2016 06:27 PM, Adeel Mohammad Malik wrote: > The use case we are looking at is encryption of IoT data that may result in a > few bytes of plaintext being converted to a few kilobytes of ciphertext. Interesting. What algorithms are you using? Kaspar

Re: [riot-devel] Fragmentation support in IP

2016-08-18 Thread Adeel Mohammad Malik
of ciphertext. Had IP supported fragmentation in RIOT it would have been possible for us to send such data. /Adeel Original message From: "Thomas C. Schmidt" <t.schm...@haw-hamburg.de> Date: 8/18/2016 18:11 (GMT+01:00) To: devel@riot-os.org Subject: Re: [riot-deve

[riot-devel] Fragmentation support in IP

2016-08-18 Thread Adeel Mohammad Malik
Hi all, My question is about fragmentation support in IP in RIOT. Does IP in RIOT support fragmentation? The use case I am after is transferring a large blob of data (let's say 5 kilobytes) on the UDP/IP stack in RIOT. Is that possible? I know that 6LoWPAN supports fragmentation but that is