Hi, I want to send a broadcast UDP message in my LAN, the application is client/server.
I desire to update the user interface, this way any computer send a message to update the others. Can I use UDPServer indy, how to use ? Thanks
Hi, I want to send a broadcast UDP message in my LAN, the application is client/server.
I desire to update the user interface, this way any computer send a message to update the others. Can I use UDPServer indy, how to use ? Thanks
Create a TIdUDPServer
or TIdUDPClient
component. Both have Broadcast
methods that should do exactly what you need.