Hi Cyril and Philipp,

Thanks for all the data. First of all, I can see that the platform
specific configuration of the RF230 is NOT done properly for your
platform (or for the pixie). In the HplRF230C component the provided
Alarm and LocalTime interfaces MUST use the same counter. It is
ESSENTIAL that the lower 16-bits of the local time coincides with
Alarm.getNow(). You should use the Alarm interface in HplRF230P to get
the current time and do not use the Timer (or use the TimerThree for
your timer too). This explains why the 4-byte timestamp in the log
(first column after 'r' is the same for the DATA, ACK and report
packets).

Ok, so the next filed is the 2-byte Alarm time when the data was
downloaded. From that I can see that there is 1612 ticks (1612
microseconds in your setup) between the end of DATA packet and the end
of ACK packet. The ACK packet is 13 bytes long, so it takes around 416
microseconds to transmit (not counting the 5 preamble bytes). This
means that between the end of the DATA packet and start of the ACK
packet there is around 1200 microseconds, however the
SOFTWAREACK_TIMEOUT value in your RadioConfig.h file is 800
microseconds, so the sender gives up too early! You should increase
the SOFTWAREACK_TIMEOUT to 1600 (probably 1300 would be fine).

The IRIS is running at 7.2837 Mhz, and if I know correctly, the ZigBit
runs at 4 MHz, so it is almost half as slow (maybe you should run it
from . This explains why it needs more time to produce a software ACK.
(Maybe you could run the mote from its internal oscillator so it runs
close to 8 MHz. If you already do this, then maybe the SPI is not
properly configured).

Please correct these issues (the first will get you correct time
synchronization but it is independent problem from the second), and
run the same setup once again and send me the output.

Best,
Miklos


On Wed, Mar 17, 2010 at 10:44 AM, Cyril Nguyen Van Phu
<[email protected]> wrote:
> Hello Miklos,
>
> I don't know why  led 1 don't blink with the TestAcks application using
> Software ack.
>
> Here is the link to the repository :
>
> http://tinyos.cvs.sourceforge.net/viewvc/tinyos/tinyos-2.x-contrib/ethz/meshbean900/tos/platforms/meshbean/chips/rf230/
>
> I joined the results of the sniffing but I am not able to interpret the data
> of the file for the moment as I didn't look further in the code.
>
> Thank you very much for the help.
>
> Cyril
>
>
> Miklos Maroti a écrit :
>
> Hi Cyril,
>
> Yes, software ACK is the default ack and you do not need to do
> anything special. Can you please point me to that public repository?
> One possible cause could be that the sender does not wait long enough
> for the ACK to arrive, which would be a configuration error possible
> in the platform/xxx/chips/rf230/RadioConfig.h.
>
> Please do the following for me: program one mote with the
> apps/tests/rf230/RF230Sniffer application, connect it to a PC and run
> the java net.tinyos.util.DiagMsg application on it (search the tinyos
> archives if you run into some problem). This will list ALL packets
> (including the ACK packets) that the motes are sending, so we will be
> able to see what is the problem.
>
> Best,
> Miklos
>
> On Wed, Mar 17, 2010 at 10:10 AM, Cyril Nguyen Van Phu
> <[email protected]> wrote:
>
>
> Hello Miklos,
> I use a platform I designed based on meshnetics zigbit module ( it includes
> on a single chip an atmega1281 and a rf2xx, in my case the rf230)
> transceiver.
> Ethz and specially Philipp Sommer designed a similar platform named "pixie"
> and  did the porting of tinyos-2.x on it. I use their code which is in the
> contrib repository.
> I don't know maybe the problem comes from the TestAcks application.
> Just a last question : to use software ack there is no special define or
> something to do, isn't it?
> I suppose software ack are the default ack?
> Thank you very much.
> Best regards,
> Cyril
>
> Miklos Maroti a écrit :
>
> Hi Cyril,
>
> Software ACK should work just fine with the RF230! What platform do
> you use? On the IRIS it works flawlessly, although I did not try the
> TestAcks application.
>
> (The intended use of hardware ACK is that you program your basestation
> with software ack and all other nodes with hardware ack, or you do not
> use the sniffing part of basestation).
>
> Miklos
>
> On Tue, Mar 16, 2010 at 4:00 PM, Cyril Nguyen Van Phu
> <[email protected]> wrote:
>
>
> Hello,
>
> I need help regarding ack with rf230 transceiver.
>
> I checked that hardware ack work for me with the TestAcks application.
>
> But as I've seen in a post, i can't use hardware ack in a single hop
> network with base station sink.
>
> So how should i proceed to use ack in a single hop network with base
> station and platforms running rf230?
>
> I didn't manage to make software ack work with rf230 using the TestAcks
> application in the T2 tree.
>
> Any help would be very much appreciated.
>
> Thanks
>
> --
>
> Cyril
>
> _______________________________________________
> Tinyos-help mailing list
> [email protected]
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>
>
>
>
>
> --
>
> Cyril Nguyen Van Phu
> Research Engineer
> LCPC Paris - French Public Works Laboratory
> Metrology and Instrumentation Division
> http://www.lcpc.fr/en/presentation/organigramme/div_mi/index.php
> tel : 33 1 40 43 51 55
>
>
>
>
> --
>
> Cyril Nguyen Van Phu
> Research Engineer
> LCPC Paris - French Public Works Laboratory
> Metrology and Instrumentation Division
> http://www.lcpc.fr/en/presentation/organigramme/div_mi/index.php
> tel : 33 1 40 43 51 55
>
> 10:35:49 'r' 70320120 55583 13 [ 0x61 0x88 0xc6 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:49 'r' 70320120 57195 5 [ 0x02 0x00 0xc6 ] 45 255
> 10:35:49 'r' 70320120 3068 13 [ 0x61 0x88 0x81 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 45 255
> 10:35:50 'r' 70582264 2936 13 [ 0x61 0x88 0xc7 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 49 255
> 10:35:50 'r' 70582264 8072 5 [ 0x02 0x00 0xc7 ] 45 255
> 10:35:50 'r' 70582264 15676 13 [ 0x61 0x88 0x82 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:50 'r' 70844408 20699 13 [ 0x61 0x88 0xc8 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:50 'r' 70844408 25057 5 [ 0x02 0x00 0xc8 ] 45 255
> 10:35:50 'r' 70909944 35248 13 [ 0x61 0x88 0x83 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:50 'r' 71172088 38568 13 [ 0x61 0x88 0xc9 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:50 'r' 71172088 41810 5 [ 0x02 0x00 0xc9 ] 45 255
> 10:35:50 'r' 71172088 49214 13 [ 0x61 0x88 0x84 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:50 'r' 71434232 51424 13 [ 0x61 0x88 0xca 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:50 'r' 71434232 58312 5 [ 0x02 0x00 0xca ] 45 255
> 10:35:50 'r' 71434232 65272 13 [ 0x61 0x88 0x85 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:51 'r' 71696376 164 13 [ 0x61 0x88 0xcb 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 48 255
> 10:35:51 'r' 71696376 9135 5 [ 0x02 0x00 0xcb ] 45 255
> 10:35:51 'r' 71696376 11391 13 [ 0x61 0x88 0x86 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:51 'r' 71958520 17943 13 [ 0x61 0x88 0xcc 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:51 'r' 71958520 26110 5 [ 0x02 0x00 0xcc ] 45 255
> 10:35:51 'r' 71958520 33053 13 [ 0x61 0x88 0x87 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:51 'r' 72286200 37835 13 [ 0x61 0x88 0xcd 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:51 'r' 72286200 43113 5 [ 0x02 0x00 0xcd ] 45 255
> 10:35:51 'r' 72286200 50213 13 [ 0x61 0x88 0x88 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:52 'r' 72548344 50400 13 [ 0x61 0x88 0xce 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:52 'r' 72548344 59818 5 [ 0x02 0x00 0xce ] 45 255
> 10:35:52 'r' 72548344 64816 13 [ 0x61 0x88 0x89 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:52 'r' 72810488 8065 13 [ 0x61 0x88 0xcf 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 49 255
> 10:35:52 'r' 72810488 11406 5 [ 0x02 0x00 0xcf ] 45 255
> 10:35:52 'r' 72810488 16933 13 [ 0x61 0x88 0x8a 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:52 'r' 73072632 24007 13 [ 0x61 0x88 0xd0 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:52 'r' 73072632 28351 5 [ 0x02 0x00 0xd0 ] 45 255
> 10:35:52 'r' 73138168 33484 13 [ 0x61 0x88 0x8b 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:52 'r' 73400312 38543 13 [ 0x61 0x88 0xd1 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:52 'r' 73400312 44844 5 [ 0x02 0x00 0xd1 ] 45 255
> 10:35:52 'r' 73400312 49985 13 [ 0x61 0x88 0x8c 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:53 'r' 73662456 58119 13 [ 0x61 0x88 0xd2 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:53 'r' 73662456 61978 5 [ 0x02 0x00 0xd2 ] 45 255
> 10:35:53 'r' 73662456 2309 13 [ 0x61 0x88 0x8d 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 45 255
> 10:35:53 'r' 73924600 3416 13 [ 0x61 0x88 0xd3 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 48 255
> 10:35:53 'r' 73924600 13237 5 [ 0x02 0x00 0xd3 ] 45 255
> 10:35:53 'r' 73924600 16311 13 [ 0x61 0x88 0x8e 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:53 'r' 74186744 28168 13 [ 0x61 0x88 0xd4 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:53 'r' 74186744 30406 5 [ 0x02 0x00 0xd4 ] 45 255
> 10:35:53 'r' 74252280 41670 13 [ 0x61 0x88 0x8f 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:53 'r' 74514424 41892 13 [ 0x61 0x88 0xd5 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:53 'r' 74514424 47217 5 [ 0x02 0x00 0xd5 ] 45 255
> 10:35:53 'r' 74514424 56327 13 [ 0x61 0x88 0x90 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:54 'r' 74776568 59110 13 [ 0x61 0x88 0xd6 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:54 'r' 74776568 64173 5 [ 0x02 0x00 0xd6 ] 45 255
> 10:35:54 'r' 74776568 8681 13 [ 0x61 0x88 0x91 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 45 255
> 10:35:54 'r' 75038712 13587 13 [ 0x61 0x88 0xd7 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:54 'r' 75038712 15109 5 [ 0x02 0x00 0xd7 ] 45 255
> 10:35:54 'r' 75038712 23794 13 [ 0x61 0x88 0x92 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:54 'r' 75300856 23844 13 [ 0x61 0x88 0xd8 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:54 'r' 75300856 31749 5 [ 0x02 0x00 0xd8 ] 45 255
> 10:35:54 'r' 75366392 34447 13 [ 0x61 0x88 0x93 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:55 'r' 75628536 42471 13 [ 0x61 0x88 0xd9 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:55 'r' 75628536 48692 5 [ 0x02 0x00 0xd9 ] 45 255
> 10:35:55 'r' 75628536 54861 13 [ 0x61 0x88 0x94 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:55 'r' 75890680 60563 13 [ 0x61 0x88 0xda 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:55 'r' 75890680 219 5 [ 0x02 0x00 0xda ] 45 255
> 10:35:55 'r' 75890680 10134 13 [ 0x61 0x88 0x95 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:55 'r' 76152824 11860 13 [ 0x61 0x88 0xdb 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:55 'r' 76152824 17161 5 [ 0x02 0x00 0xdb ] 45 255
> 10:35:55 'r' 76152824 24585 13 [ 0x61 0x88 0x96 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:55 'r' 76414968 31312 13 [ 0x61 0x88 0xdc 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:55 'r' 76480504 34195 5 [ 0x02 0x00 0xdc ] 45 255
> 10:35:55 'r' 76480504 37403 13 [ 0x61 0x88 0x97 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:56 'r' 76742648 43597 13 [ 0x61 0x88 0xdd 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:56 'r' 76742648 51020 5 [ 0x02 0x00 0xdd ] 45 255
> 10:35:56 'r' 76742648 57936 13 [ 0x61 0x88 0x98 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:56 'r' 77004792 59959 13 [ 0x61 0x88 0xde 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:56 'r' 77004792 2312 5 [ 0x02 0x00 0xde ] 45 255
> 10:35:56 'r' 77004792 4385 13 [ 0x61 0x88 0x99 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 45 255
> 10:35:56 'r' 77266936 11737 13 [ 0x61 0x88 0xdf 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:56 'r' 77266936 19003 5 [ 0x02 0x00 0xdf ] 45 255
> 10:35:56 'r' 77266936 21573 13 [ 0x61 0x88 0x9a 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:56 'r' 77529080 32067 13 [ 0x61 0x88 0xe0 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:56 'r' 77594616 35805 5 [ 0x02 0x00 0xe0 ] 45 255
> 10:35:56 'r' 77594616 39269 13 [ 0x61 0x88 0x9b 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:57 'r' 77856760 45203 13 [ 0x61 0x88 0xe1 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:57 'r' 77856760 52559 5 [ 0x02 0x00 0xe1 ] 45 255
> 10:35:57 'r' 77856760 55251 13 [ 0x61 0x88 0x9c 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:57 'r' 78118904 59953 13 [ 0x61 0x88 0xe2 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:57 'r' 78118904 3857 5 [ 0x02 0x00 0xe2 ] 44 255
> 10:35:57 'r' 78118904 15337 13 [ 0x61 0x88 0x9d 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:57 'r' 78381048 16732 13 [ 0x61 0x88 0xe3 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:57 'r' 78381048 21062 5 [ 0x02 0x00 0xe3 ] 45 255
> 10:35:58 'r' 78708728 35414 13 [ 0x61 0x88 0xe4 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:58 'r' 78708728 38001 5 [ 0x02 0x00 0xe4 ] 45 255
> 10:35:58 'r' 78708728 45543 13 [ 0x61 0x88 0x9f 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:58 'r' 78970872 49247 13 [ 0x61 0x88 0xe5 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:58 'r' 78970872 54704 5 [ 0x02 0x00 0xe5 ] 45 255
> 10:35:58 'r' 78970872 64242 13 [ 0x61 0x88 0xa0 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:58 'r' 79233016 61320 13 [ 0x61 0x88 0xe6 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:58 'r' 79233016 6035 5 [ 0x02 0x00 0xe6 ] 45 255
> 10:35:58 'r' 79233016 8232 13 [ 0x61 0x88 0xa1 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 45 255
> 10:35:58 'r' 79495160 20544 13 [ 0x61 0x88 0xe7 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:58 'r' 79495160 23169 5 [ 0x02 0x00 0xe7 ] 45 255
> 10:35:58 'r' 79495160 28657 13 [ 0x61 0x88 0xa2 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:59 'r' 79822840 37716 13 [ 0x61 0x88 0xe8 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:59 'r' 79822840 39475 5 [ 0x02 0x00 0xe8 ] 45 255
> 10:35:59 'r' 79822840 49646 13 [ 0x61 0x88 0xa3 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:59 'r' 80084984 47983 13 [ 0x61 0x88 0xe9 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:35:59 'r' 80084984 55846 5 [ 0x02 0x00 0xe9 ] 45 255
> 10:35:59 'r' 80084984 57933 13 [ 0x61 0x88 0xa4 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:59 'r' 80347128 4379 13 [ 0x61 0x88 0xea 0x22 0x00 0x01 0x00 0x01 0x00
> 0x3f 0x80 ] 48 255
> 10:35:59 'r' 80347128 7250 5 [ 0x02 0x00 0xea ] 45 255
> 10:35:59 'r' 80347128 14582 13 [ 0x61 0x88 0xa5 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:35:59 'r' 80609272 22801 13 [ 0x61 0x88 0xeb 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:35:59 'r' 80609272 23952 5 [ 0x02 0x00 0xeb ] 45 255
> 10:36:00 'r' 80674808 34359 13 [ 0x61 0x88 0xa6 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:36:00 'r' 80871416 30394 13 [ 0x61 0x88 0xec 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:36:00 'r' 80936952 39937 5 [ 0x02 0x00 0xec ] 45 255
> 10:36:00 'r' 80936952 51838 13 [ 0x61 0x88 0xa7 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:36:00 'r' 81199096 55299 13 [ 0x61 0x88 0xed 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:36:00 'r' 81199096 57023 5 [ 0x02 0x00 0xed ] 45 255
> 10:36:00 'r' 81199096 63827 13 [ 0x61 0x88 0xa8 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:36:00 'r' 81461240 63529 13 [ 0x61 0x88 0xee 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 49 255
> 10:36:00 'r' 81461240 8230 5 [ 0x02 0x00 0xee ] 45 255
> 10:36:00 'r' 81461240 17225 13 [ 0x61 0x88 0xa9 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:36:01 'r' 81723384 16573 13 [ 0x61 0x88 0xef 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:36:01 'r' 81723384 24902 5 [ 0x02 0x00 0xef ] 45 255
> 10:36:01 'r' 81788920 35353 13 [ 0x61 0x88 0xaa 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
> 10:36:01 'r' 82051064 33866 13 [ 0x61 0x88 0xf0 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 48 255
> 10:36:01 'r' 82051064 41909 5 [ 0x02 0x00 0xf0 ] 45 255
> 10:36:01 'r' 82051064 50110 13 [ 0x61 0x88 0xab 0x22 0x00 0x01 0x00 0x01
> 0x00 0x3f 0x80 ] 45 255
>
>

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

Reply via email to