Page 1 of 1

UDP/IP Client

Posted: Mon Feb 22, 2016 2:56 am
by stevenu
Is there a way to get the Networking Client to listen to the correct port?

When set to UDP, the port won't do anything on the Client. It will open a very high port(something like 55620), skipping any already taken ones.

this makes it impossible to communicate with any kind of server(inside or outsode of FlowStone) over UDP.

Re: UDP/IP Client

Posted: Sat Feb 27, 2016 10:37 pm
by Tronic
It would certainly be better to have the ability to manage the socket
with being able to assign the IP, port, and which card to use.

However in the case of communication between FS UDP client / server,
the client will not receive anything if at least once the client has not sent a few bytes,
because the server without receiving any bytes before, it does not know which port to use to send data.