Re: [Discuss-gnuradio] Connection Refused when transmitting

2008-12-21 Thread Eric Blossom
On Mon, Dec 22, 2008 at 11:31:23AM +0800, Joreen Tan wrote: > > Hi, > > I am currently trying to transmit a picture using the TCP transmission. > However, there are some problem regarding the transmission side. It appears > that the port is blocked as there is a socket error which states 'Conn

RE: [Discuss-gnuradio] Connection Refused when transmitting

2008-12-21 Thread Newman, Timothy
I'm not familiar with what code you are using, but you will need to have a port open on the server you are trying to connect to. In your case, a port should be open on port 5000 at 172.20.2.89 in order for your client code to connect to it. If you enter 127.0.0.1 then you'll need a server running