Re: GnuRadio within docker container access to ettus/n310 requires host mode network

2022-10-19 Thread Marcus D. Leech
more the normal behavior of Docker. --- *Jim Melton* *From:*Discuss-gnuradio *On Behalf Of *M Esc *Sent:* Wednesday, October 19, 2022 06:51 *To:* discuss-gnuradio@gnu.org *Subject:* [EXTERNAL] GnuRadio within docker container access to ettus/n310 requires host mode network (similar cross

RE: GnuRadio within docker container access to ettus/n310 requires host mode network

2022-10-19 Thread Jim Melton
this to work. What you are observing is less a limitation of GRC and more the normal behavior of Docker. --- Jim Melton From: Discuss-gnuradio On Behalf Of M Esc Sent: Wednesday, October 19, 2022 06:51 To: discuss-gnuradio@gnu.org Subject: [EXTERNAL] GnuRadio within docker container access to

Re: GnuRadio within docker container access to ettus/n310 requires host mode network

2022-10-19 Thread Jeff Long
For UHD network-connected devices, it is possible the host mode is required, not sure if there is another solution. USB connected device do not require host mode, but do require the usb devices to be passed through (e.g., --device or -v).. On Wed, Oct 19, 2022 at 6:09 AM M Esc wrote: > (similar

GnuRadio within docker container access to ettus/n310 requires host mode network

2022-10-19 Thread M Esc
(similar cross post issued to uhd/usrp stack exchange) I have a GNURadio/GNURadio Companion 3.10 on an Ubuntu 20.0.4 docker image, where the image is also loaded up  with the 4.10 UHD N310 libraries and osmocom libraries (and some Xterm stuff).  I'm running the container of the image on an Ubunt