You are not logged in.
Pages: 1
Can the library be used also for simple client/server UDP communication ?
If yes , which classes should be used ?
Offline
The TCrtSocket class, as defined in SynCrtSock, can be used for UDP communication.
Just use cslUDP when binding the socket.
(we already use it for that in production, but with non Open Source code)
See http://synopse.info/files/html/api-1.18 … TCRTSOCKET
But you would have to write the server TThread class, depending on your process.
There is no simple client/server components built-in.
Offline
Pages: 1