[Tinyos-help] b6lowpan

Stephen Dawson-Haggerty stevedh at eecs.berkeley.edu
Wed Mar 18 15:11:03 PDT 2009


Why not write a short program to receive the packets and keep track of
the reliability?  You can open an IPv6 socket in pretty much any
language.  For instance, they python Listener and MySQLListener
scripts which come with the distribution could be modified to do this.

Steve

2009/3/17 swaytha sasi <swaytz at gmail.com>:
> Hello All,
>
> I am trying to test the performance of the b6lowpan.I send a UDP packet
> periodically to the BS which includes a sequence number incremented after
> each send. I would like to how to calculate the lost packets if any based on
> the sequence number. I can view the payload using the wireshark. I want to
> make a comparison of the received packet and in case of a missing sequence
> number count it as a lost packet.
>
> With Thanks,
> Swaytha.
>
> _______________________________________________
> Tinyos-help mailing list
> Tinyos-help at millennium.berkeley.edu
> https://www.millennium.berkeley.edu/cgi-bin/mailman/listinfo/tinyos-help
>


More information about the Tinyos-help mailing list