> I am new to WSockets and am writing an client server app that sends 
> an object across a network to the clients. I would need the server to 
> broadcast this information to all client on the network.

Where do you have difficulties ?
1) Sending an object thru a TCP/IP connection ?
       Hint: Serialization.
2) Broadcasting on the network ?
       Hint: use UDP
3) Anything else ? Please describe !

--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware)
Author of MidWare (Multi-tier framework, freeware)
http://www.overbyte.be
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://www.elists.org/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to