Thursday, May 22, 2014

Re: [Discuss-gnuradio] Control Port: Usage

On Thu, May 22, 2014 at 6:47 AM, Shashank Sinha <shashsinboy@gmail.com> wrote:
Hi to all.

I am a bit new to the usage of GNU Radio. I was trying to get Control Port working for my setup but faced an issue. While using Control Port, we have to provide an IP address and port as an argument. I have confusion regarding what the arguments should be.

Thanks in advance.

Shashank

You just need to give it the IP address and port number as in "gr-ctrlport-monitor ipaddr port".

When a Control Port-enabled application starts up, it will print out it's list of endpoints that telli you what port is being used. Make sure you've taken care of any firewall issues, too. You can also set up an ICE configuration file to control your endpoints, but by default, the Control Port app will create an endpoint for each interface found on the machine using an ephemeral port.

See more here:

Tom

No comments:

Post a Comment