Per-node throughput for node "1" = nPackets(at node "1") *
Packet_size(bits) / Duration (sec)
Its better to consider all the packets, inclusive retransmissions done by MAC.
First define the packet which include the sequence number. you can
program tmote sky (Node "1") which is sending let suppose 1
packet/sec, and other node received (base node) the packets from Node
"1". At receiving node you can compare the current packet sequence
number with the previous packet sequence number to calculate the
packet lost.
hope it will helps.
Ikram
> ------------------------------------------------------------------------------
> Come build with us! The BlackBerry(R) Developer Conference in SF, CA
> is the only developer event you need to attend this year. Jumpstart your
> developing skills, take BlackBerry mobile applications to market and stay
> ahead of the curve. Join us from November 9 - 12, 2009. Register now!
> http://p.sf.net/sfu/devconference
> _______________________________________________
> Contiki-developers mailing list
> Contiki-d...@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/contiki-developers
>
>
------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Contiki-developers mailing list
Contiki-d...@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/contiki-developers
Hello everybody!
I want to measure throughput and packet loss between two mote sky motes. What is the right tool to do so?