I am trying to create a connection between Rabbit Controller and C# application using UDP.
Rabbit as a client and GUI as a server.
But my GUI App. goes into permanent waiting mode when it reaches newsock.receive from(data, ref Remote) line.
I am not able to figure out the problem here because at controller side it shows that its sending data frequently after particular period of time.
I have increased the buffer size in GUI App.
Rabbit IP Address : 192.168.1.80
Rabbit NetMask : 255.255.255.0
Computer IP Address : 192.168.1.3
NetMask : 255.255.255.0
and gateway for both is 192.168.1.1
Any kind of help is appreciated.
Thanks
Ruts
Rabbit as a client and GUI as a server.
But my GUI App. goes into permanent waiting mode when it reaches newsock.receive from(data, ref Remote) line.
I am not able to figure out the problem here because at controller side it shows that its sending data frequently after particular period of time.
I have increased the buffer size in GUI App.
Rabbit IP Address : 192.168.1.80
Rabbit NetMask : 255.255.255.0
Computer IP Address : 192.168.1.3
NetMask : 255.255.255.0
and gateway for both is 192.168.1.1
Any kind of help is appreciated.
Thanks
Ruts
Comment