discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] How to use gr_make_udp_sink with the broadcast addres


From: Lương Tấn Phong
Subject: [Discuss-gnuradio] How to use gr_make_udp_sink with the broadcast address?
Date: Mon, 19 Sep 2011 00:17:35 +0700

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]