views:

104

answers:

1

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

+2  A: 

Create a TIdUDPServer or TIdUDPClient component. Both have Broadcast methods that should do exactly what you need.

Rob Kennedy
Ok, do you have any example about this methods ?
Jean Ambrosio
No, I don't. I've never used them. What trouble are you having? You give it the string message you want to broadcast, and it broadcasts it.
Rob Kennedy