Hi!

Unfortunately BLIP does not work on IRIS currently. It will take some
effort to port it.

Miklos

On Mon, Mar 12, 2012 at 5:53 AM, Eric Decker <[email protected]> wrote:
>
>
> On Mon, Mar 12, 2012 at 12:23 AM, Alvin <[email protected]> wrote:
>
>>
>> According to the information,I looked through the codes,I found the code
>> in the reset.h
>> doesn't even support the iris platform,you can have a look at the
>> code:
>> void resetMote()
>> {
>> #if defined(PLATFORM_MICA) ||
>> defined(PLATFORM_MICA2) || defined(PLATFORM_MICA2DOT) ||
>> defined(PLATFORM_MICAZ)
>>         cli();
>>       wdt_enable(0);
>>       while (1) {
>>           __asm__ __volatile__("nop" "\n\t" ::);
>>       }
>> #elif defined(PLATFORM_TELOS) || defined(PLATFORM_TELOSB) ||
>> defined(PLATFORM_EPIC)
>>         WDTCTL = 0;
>> #else
>> #error "Reset.h not defined/supported for your platform, aborting..."
>> #endif
>> }
>>
>>
>> Now,my question is where can I get the latest IPbaseStation code which can
>> fully support the iris platform.thank you very much for your  patience !
>
>
> I believe that IRIS predates IPbaseStation.
>
> I suspect you would have to figure out how to do it and create the code
> yourself.
>
>
>>
>>
>> _______________________________________________
>> Tinyos-help mailing list
>> [email protected]
>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>
>
> --
> Eric B. Decker
> Senior (over 50 :-) Researcher
>
>
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

_______________________________________________
Tinyos-help mailing list
[email protected]
https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help

Reply via email to