Hey Steve,
so, how much sampling rate do you need? If this is a local network,
directly using the USRP from Windows might just work. But: An X310 can
generate significantly more data per second than fits through gigabit
ethernet, so this can even theoretically only work if sampling rates
are relat
Hey Steve
You could also skip ZMQ and just use shared files of samples using a VM in
however you deem is the best way for your application.
On Wed, May 30, 2018, 14:54 Keith k, wrote:
> Hey Steve
>
> Do you have to use 2 computers? Can you run linux with a windows VM for
> processing? Your ZMQ
Hey Steve
Do you have to use 2 computers? Can you run linux with a windows VM for
processing? Your ZMQ performance of piping samples within the same computer
may be faster and more deterministic, but may not work for your situation.
Also, Ive used ZMQ lots. I recommend using ROUTER/DEALER or DEALE
Hi Marcus,
Thanks for replying.
To make the story short - I am trying to collaborate with a colleague of
mine. He has some serious signal processing capabilities on his Windows PC
and I would like to extract the data for him from the X310 (with some minor
processing). His tools don't work well un
Hi Steve,
> Do you know what is the max rate of data possible to send via xmlrcp
> / zmq / dpu socket?
Speed is mostly a function of your connection , not of the protocol, so
there can't be a definite answer. I'd recommend just considering the
overhead of any sensibly packaged piece of samples as
Hi Derek,
Frankly, I can't install gnuradio on my windows PC.
Do you know what is the max rate of data possible to send via xmlrcp / zmq
/ dpu socket?
Which of the three options is more efficient?
(BTW, is it possible to connect the X310's ethernet cable to the internet
and control it remotely,
Oops, re-added the wrong list there. Reposting to usrp-users with GNU Radio
as BCC.
On Mon, May 28, 2018 at 2:24 PM, Derek Kozel wrote:
> Hello Steve,
>
> Please keep the mailing list included unless you are talking about
> something which requires privacy. GNU Radio runs natively on Windows. It
Thanks Marcus, I got it to work just fine.
Your remark is a little concerning... is there any more efficient way to
send data over the internet?
Furthermore, I actually don't necessarily need to pass the samples over the
internet. I simply need to send the samples directly from the X310 to a
wind
Hi Steve,
That's a pretty network-centric question!
So, first of all, you need to make sure you can actually send IP packets from
one computer to the other - that will require figuring out the public IP
address of the server end of the connection, making sure the firewall on that
computer allo
Hi all,
Disclaimer: I have never used zmq before.
My goal is to control a X310 from a remote PC, and receive data. using ZMQ.
I downloaded the simple example zmq_stream.grc:
https://github.com/gnuradio/gnuradio/blob/master/gr-zeromq/examples/zmq_stream.grc
I ran the flow-graph on two different
10 matches
Mail list logo