Hi Readers,
I’d like to use gr_make_udp_sink with the broadcast address but error
“socket connect: Permission denied”. I’ve run in root.
The commands I used: (the address of PC: 192.168.1.66)
udp = gr_make_udp_sink(sizeof(gr_complex), “192.168.1.255”, udp_port,
1472, true);
and:
udp = gr_make_udp_sink(sizeof(gr_complex), “255.255.255.255”, udp_port,
1472, true);
Could you help me, please?
LuongTanPhong