Re: [Discuss-gnuradio] UDP Sink Broadcast

2019-03-21 Thread rear1019
On Mon, 18 Mar 2019 at 13:41:07 -0700, Mark Gannet wrote: > The make method in udp_sink doesn't allow for broadcast right? Yes, that’s correct. The code for the UDP sink can be found at [1]. The connect function therein does not enable broadcast. [1]

Re: [Discuss-gnuradio] UDP Sink Broadcast

2019-03-18 Thread Mark Gannet
The make method in udp_sink doesn't allow for broadcast right? On Mon, Mar 18, 2019 at 1:38 PM Mark Gannet wrote: > Hi, > > Does anybody know of a way to broadcast to a UDP Sink block? A unicast > works fine but setting the destination address to 172.168.255.255 always > gives a permission

[Discuss-gnuradio] UDP Sink Broadcast

2019-03-18 Thread Mark Gannet
Hi, Does anybody know of a way to broadcast to a UDP Sink block? A unicast works fine but setting the destination address to 172.168.255.255 always gives a permission denied error even when running as su. The firewall zone for all adapters is set to "trusted." Is there a way to set an