discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Synchronized packet transmission


From: Josh Blum
Subject: Re: [Discuss-gnuradio] Synchronized packet transmission
Date: Tue, 04 Jan 2011 16:15:20 -0800
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.13) Gecko/20101208 Lightning/1.0b2 Thunderbird/3.1.7


On 01/03/2011 12:15 PM, Sangho Oh wrote:
> If I synchronize two USRPs using pps clock
> 
> uhd::time_spec_t time_spec = uhd::time_spec_t(0.0);
> sdev->set_time_next_pps(time_spec);
>         boost::this_thread::sleep(boost::posix_time::seconds(1));
> 

You may want to print out sdev->get_time_now().get_real_secs() to see
that it really got the PPS edge.

> and give the metadata for the frame as following
> 
>         md.time_spec = uhd::time_spec_t(seconds_in_future);
> 
> When is the packet is being transmitted?
> I believe md.time_spec specify the delay of transmission, which is not an
> absolute time of the transmission.
> 

md.time_spec is an absolute time

there is a working example in uhd/host/examples/tx_timed_samples.cpp

-Josh



reply via email to

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