Oh, this is great! I think all of your changes should be radio chip
independent, so it should work with IRIS as well. Miklos

On Thu, May 19, 2011 at 12:58 AM, JeongGil Ko (John)
<[email protected]> wrote:
> Miklos,
>
> I am currently getting help from Markus (net2) and we are starting with 
> cc2420x and cc2520 radios first. We'll keep you in the loop of the progress. 
> :)
>
> Thanks!
>
> -John
>
> On May 18, 2011, at 6:16 PM, Miklos Maroti <[email protected]> wrote:
>
>> Hi John,
>>
>> Let me know if I can help in this process. I can fix things up in the
>> rfxlink library if you need something for BLIP.
>>
>> Best,
>> Miklos
>>
>> On Wed, May 18, 2011 at 5:16 PM, JeongGil Ko (John) <[email protected]> wrote:
>>> Hi!
>>>
>>> We are currently in the process of trying to provide blip support for 
>>> RF2x-based platforms.
>>> Thanks!
>>>
>>> -John
>>>
>>> On May 18, 2011, at 9:02 AM, Carlos Rodrigues wrote:
>>>
>>>> Hi,
>>>>
>>>> There is any revision of blip-2.0 development tree working (or 
>>>> tinyos-main) in IRIS?
>>>> I'm trying use dhcpv6 for doing address assignment but in blip version in 
>>>> tinyos-2.1.1 does not exist support for that and after some search I found 
>>>> that was included only in rev 5244 in tinyos-main svn.
>>>> Using last revision of blip-rpl-devel the errors are similar of reported 
>>>> here:
>>>> http://www.mail-archive.com/[email protected]/msg37529.html
>>>>
>>>> /opt/tinyos-2.x/tos/lib/net/blip/IPDispatchC.nc:120: component
>>>> CC2420PacketC not found
>>>> /opt/tinyos-2.x/tos/lib/net/blip/IPDispatchC.nc:58: no match
>>>> /opt/tinyos-2.x/tos/lib/net/blip/IPDispatchC.nc:61: cannot find 
>>>> `BarePacket'
>>>> /opt/tinyos-2.x/tos/lib/net/blip/IPDispatchC.nc:62: cannot find `BareSend'
>>>> /opt/tinyos-2.x/tos/lib/net/blip/IPDispatchC.nc:63: cannot find 
>>>> `BareReceive'
>>>> /opt/tinyos-2.x/tos/lib/net/blip/IPDispatchC.nc:85: no match
>>>> make: *** [exe0] Error 1
>>>>
>>>>
>>>> Using last rev of tinyos-main:
>>>>
>>>> In component `Ieee154AddressC':
>>>> /home/tinyos-main-read-only/tos/lib/net/blip/Ieee154AddressC.nc:15: 
>>>> component CC2420ControlC not found
>>>> /home/tinyos-main-read-only/tos/lib/net/blip/Ieee154AddressC.nc:16: no 
>>>> match
>>>> In component `UDPEchoC':
>>>> UDPEchoC.nc:61: cannot find `IPStats'
>>>> UDPEchoC.nc:62: cannot find `UDPStats'
>>>> UDPEchoC.nc:63: cannot find `RouteStats'
>>>> UDPEchoC.nc:64: cannot find `ICMPStats'
>>>> make: ** [exe0] Error 1
>>>>
>>>>
>>>>
>>>> -----Mensagem original-----
>>>> De: [email protected] 
>>>> [mailto:[email protected]] Em nome de Miklos 
>>>> Maroti
>>>> Enviada: sexta-feira, 14 de Janeiro de 2011 21:08
>>>> Para: Carlos Rodrigues; TinyOS
>>>> Assunto: Re: [Tinyos-help] 6lowpan/blip installation errors
>>>>
>>>> Hi Carlos,
>>>>
>>>> The CVS is obsolete, try to use the SVN from google code:
>>>>
>>>> http://code.google.com/p/tinyos-main/
>>>>
>>>> It might work. Best,
>>>> Miklos
>>>>
>>>> On Fri, Jan 14, 2011 at 3:27 PM, Carlos Rodrigues
>>>> <[email protected]> wrote:
>>>>> Hi,
>>>>>
>>>>> My name is Carlos Rodrigues and i'm starting work in my master thesis, 
>>>>> about
>>>>> sensor networks.
>>>>> I'm trying compiling IPBaseStation (last version in cvs) on iris but the
>>>>> compilation fails with the error below.
>>>>>
>>>>> It is possible give some "lights" about how solve this problem?
>>>>>
>>>>>
>>>>> root@ubuntu:/home/carlos/IPBaseStation# make iris blib install
>>>>> mib510,/dev/ttyUSB0
>>>>> mkdir -p build/iris
>>>>>     compiling BaseStationC to a iris binary
>>>>> ncc -o build/iris/main.exe  -Os -fnesc-separator=__ -Wall -Wshadow
>>>>> -Wnesc-all -target=iris -fnesc-cfile=build/iris/app.c -board=micasb
>>>>> -DDEFINED_TOS_AM_GROUP=0x22 --param max-inline-insns-single=100000
>>>>> -DNO_IP_MALLOC  -DIEEE154FRAMES_ENABLED -DIDENT_APPNAME=\"BaseStationC\"
>>>>> -DIDENT_USERNAME=\"root\" -DIDENT_HOSTNAME=\"ubuntu\"
>>>>> -DIDENT_USERHASH=0xa3473ba6L -DIDENT_TIMESTAMP=0x4d3059cbL
>>>>> -DIDENT_UIDHASH=0x5e9a1276L -fnesc-dump=wiring
>>>>> -fnesc-dump='interfaces(!abstract())' 
>>>>> -fnesc-dump='referenced(interfacedefs,
>>>>> components)' -fnesc-dumpfile=build/iris/wiring-check.xml BaseStationC.nc 
>>>>> -lm
>>>>> BaseStationP.nc:93:21: error: devconf.h: No such file or directory
>>>>> BaseStationP.nc:94:24: error: lib6lowpan.h: No such file or directory
>>>>> In file included from BaseStationC.nc:81:
>>>>> In component `BaseStationP':
>>>>> BaseStationP.nc:112: interface IPAddress not found
>>>>> In file included from BaseStationC.nc:81:
>>>>> BaseStationP.nc:139: `BLIP_L2_RETRIES' undeclared here (not in a function)
>>>>> BaseStationP.nc:140: `BLIP_L2_DELAY' undeclared here (not in a function)
>>>>> BaseStationP.nc:149: syntax error before `*'
>>>>> BaseStationP.nc: In function `configureReply.runTask':
>>>>> BaseStationP.nc:180: `reply' undeclared (first use in this function)
>>>>> BaseStationP.nc:180: (Each undeclared identifier is reported only once
>>>>> BaseStationP.nc:180: for each function it appears in.)
>>>>> BaseStationP.nc:180: interface has no command or event named 
>>>>> `getShortAddr'
>>>>> BaseStationP.nc: In function `Boot.booted':
>>>>> BaseStationP.nc:218: `reply' undeclared (first use in this function)
>>>>> BaseStationP.nc:218: `config_reply_t' undeclared (first use in this
>>>>> function)
>>>>> BaseStationP.nc:218: syntax error before `)'
>>>>> BaseStationP.nc: In function `SerialControl.startDone':
>>>>> BaseStationP.nc:237: `reply' undeclared (first use in this function)
>>>>> BaseStationP.nc:237: `CONFIG_ERROR_BOOTED' undeclared (first use in this
>>>>> function)
>>>>> BaseStationP.nc: In function `ConfigureReceive.receive':
>>>>> BaseStationP.nc:424: `config_cmd_t' undeclared (first use in this 
>>>>> function)
>>>>> BaseStationP.nc:424: `cmd' undeclared (first use in this function)
>>>>> BaseStationP.nc:425: syntax error before `error'
>>>>> BaseStationP.nc:433: syntax error before `)'
>>>>> BaseStationP.nc:436: `CONFIG_ECHO' undeclared (first use in this function)
>>>>> BaseStationP.nc:436: case label does not reduce to an integer constant
>>>>> BaseStationP.nc:438: `CONFIG_SET_PARM' undeclared (first use in this
>>>>> function)
>>>>> BaseStationP.nc:438: case label does not reduce to an integer constant
>>>>> BaseStationP.nc:442: interface has no command or event named 
>>>>> `setShortAddr'
>>>>> BaseStationP.nc:452: `CONFIG_REBOOT' undeclared (first use in this 
>>>>> function)
>>>>> BaseStationP.nc:452: case label does not reduce to an integer constant
>>>>> BaseStationP.nc:455: `CONFIG_KEEPALIVE' undeclared (first use in this
>>>>> function)
>>>>> BaseStationP.nc:455: case label does not reduce to an integer constant
>>>>> BaseStationP.nc:459: `reply' undeclared (first use in this function)
>>>>> BaseStationP.nc:459: `error' undeclared (first use in this function)
>>>>> BaseStationP.nc: In function `ConfigureTimer.fired':
>>>>> BaseStationP.nc:478: `config_reply_t' undeclared (first use in this
>>>>> function)
>>>>> In file included from
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/Serial802_15_4C.nc:43,
>>>>>                  from BaseStationC.nc:83:
>>>>> In component `SerialPacketInfo802_15_4P':
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/SerialPacketInfo802_15_4P.nc: In function
>>>>> `Info.offset':
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/SerialPacketInfo802_15_4P.nc:38:
>>>>> `cc2420_header_t' undeclared (first use in this function)
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/SerialPacketInfo802_15_4P.nc: In function
>>>>> `Info.dataLinkLength':
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/SerialPacketInfo802_15_4P.nc:41:
>>>>> `cc2420_header_t' undeclared (first use in this function)
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/SerialPacketInfo802_15_4P.nc:41:
>>>>> `cc2420_footer_t' undeclared (first use in this function)
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/SerialPacketInfo802_15_4P.nc: In function
>>>>> `Info.upperLength':
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/SerialPacketInfo802_15_4P.nc:44:
>>>>> `cc2420_header_t' undeclared (first use in this function)
>>>>> /opt/tinyos-2.1.1/tos/lib/serial/SerialPacketInfo802_15_4P.nc:44:
>>>>> `cc2420_footer_t' undeclared (first use in this function)
>>>>> In component `BaseStationC':
>>>>> BaseStationC.nc: At top level:
>>>>> BaseStationC.nc:107: component SerialDevConfC not found
>>>>> BaseStationC.nc:114: component IPAddressC not found
>>>>> BaseStationC.nc:108: no match
>>>>> BaseStationC.nc:109: no match
>>>>> BaseStationC.nc:115: no match
>>>>> BaseStationC.nc:118: no match
>>>>> make: ** [exe0] Erro 1
>>>>>
>>>>>
>>>>>
>>>>
>>>> _______________________________________________
>>>> Tinyos-help mailing list
>>>> [email protected]
>>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>>>
>>>> ________________________________________________________________________________
>>>>
>>>> COFIDIS Maxicrédito. Até €10.000 sem burocracias. Resposta on-line!
>>>> Clique aqui para saber mais.
>>>> _______________________________________________
>>>> Tinyos-help mailing list
>>>> [email protected]
>>>> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>>>
>>> ------
>>> JeongGil Ko (John)
>>> Ph.D. Student
>>> Department of Computer Science
>>> Johns Hopkins University
>>> http://www.cs.jhu.edu/~jgko
>>>
>>>
>>
>

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

Reply via email to