Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread Miklos Maroti
Hi Nico, I have never used BLIP, but tried to give assistence to people who did. I do not know how far along they are. At some point we got BLIP working for IRIS, merged our changes back to tinyos-main, but by then BLIP has been changed. I think iof you are familiar with BLIP, and it works for

Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread Markus Becker
Hi, we have a modified version which runs on rfxlink stack, if blip-rpl is set to use 16bit addressing only. Currently, we are however using it only on its TOSSIM radio driver. If you would want to try it out, contact me again. BR, Markus Hi Nico, I have never used BLIP, but tried to give

Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread Miklos Maroti
Hi Markus, Have you verified if it works on real hardware? The new release of tinyos-main is coming up. Is there any chance that the necessary changes are folded into tinyos-main before the 2.1.2 release? best, Miklos On Mon, Jul 25, 2011 at 5:31 PM, Markus Becker m...@comnets.uni-bremen.de

Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread JeongGil Ko (John)
Mikos, I and Markus have both validated that this code runs with real motes as well. However, this code in the current state requires a few changes directly in to the BLIP codes (which is undesirable -- mostly in IPDispatch*.nc). Main reason for this is that the current BLIP code wires some of

Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread Markus Becker
Hi Markus, Have you verified if it works on real hardware? Unfortunately not, we only have cc2420 hardware available. And for full blip support, the 16/64 bit support is missing. So currently it works in simulation with PFLAGS += -DBLIP_DERIVE_SHORTADDRS in the UDPEcho Makefile. The new

Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread JeongGil Ko (John)
Hi! On Jul 25, 2011, at 12:21 PM, Markus Becker wrote: Hi Markus, Have you verified if it works on real hardware? Unfortunately not, we only have cc2420 hardware available. And for full blip support, the 16/64 bit support is missing. So currently it works in simulation with PFLAGS

Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread Miklos Maroti
Hi Guys, I see. It is good that you have it verified for CC2420x and cc2520. I do not know how to proceed. I want to add 16/64 bit support to rfxlink, but that will be experimental and should not be included in the 2.1.2 release. Do you know if BLIP/RPL is going to be part of the next 2.1.2

Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread JeongGil Ko (John)
Hi! On Jul 25, 2011, at 1:09 PM, Miklos Maroti wrote: Hi Guys, I see. It is good that you have it verified for CC2420x and cc2520. I do not know how to proceed. I want to add 16/64 bit support to rfxlink, but that will be experimental and should not be included in the 2.1.2 release. I

Re: [Tinyos-help] BLIP from Tiny OS with RF230

2011-07-25 Thread Eric Decker
Hi Nico, I do know that Stephen (the principal) has done alot of work on BLIP 2.0 and it has been merged into the main SVN T2 trunk. I would suggest starting there because it is the most current. I don't know how well it has been tested. It is fairly young but I do know that a bunch of work