discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] pktno ??!!


From: manjusha
Subject: Re: [Discuss-gnuradio] pktno ??!!
Date: Mon, 1 Apr 2013 14:51:37 -0700 (PDT)

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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]