UDP/IP Client

For general discussion related FlowStone
Post Reply
stevenu
Posts: 1
Joined: Tue Feb 16, 2016 5:56 pm

UDP/IP Client

Post 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.
Tronic
Posts: 539
Joined: Wed Dec 21, 2011 12:59 pm

Re: UDP/IP Client

Post 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.
Post Reply