Re: [USRP-users] Using ZMQ

2018-05-31 Thread Marcus Müller via USRP-users
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

Re: [USRP-users] Using ZMQ

2018-05-30 Thread Keith k via USRP-users
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

Re: [USRP-users] Using ZMQ

2018-05-30 Thread Keith k via USRP-users
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

Re: [USRP-users] Using ZMQ

2018-05-29 Thread shachar J. brown via USRP-users
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

Re: [USRP-users] Using ZMQ

2018-05-28 Thread Marcus Müller via USRP-users
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

Re: [USRP-users] Using ZMQ

2018-05-28 Thread shachar J. brown via USRP-users
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,

Re: [USRP-users] Using ZMQ

2018-05-28 Thread Derek Kozel via USRP-users
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

Re: [USRP-users] Using ZMQ

2018-05-28 Thread shachar J. brown via USRP-users
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

Re: [USRP-users] Using ZMQ

2018-05-27 Thread Marcus Müller via USRP-users
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

[USRP-users] Using ZMQ

2018-05-27 Thread shachar J. brown via USRP-users
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