Hi,

I put the following code in packet_utils.py

n=0
    while len(pkt)!= "":
     print "make_packet: len(pkt) =",len(payload)
    # n=n+1
     print "pktno",n
     n=n+1
what it did is ,it kept incrementing until i stop it.Although i connect the
usrp to the computer or not,it keeps incrementing.
How can we know the correct number of packets tranmitted from this.The
packet numbers i get are in any way right??!!

Thanks..



-----
Manjusha
--
View this message in context: 
http://gnuradio.4.n7.nabble.com/pktno-tp40416p40483.html
Sent from the GnuRadio mailing list archive at Nabble.com.

_______________________________________________
Discuss-gnuradio mailing list
Discuss-gnuradio@gnu.org
https://lists.gnu.org/mailman/listinfo/discuss-gnuradio

Reply via email to