BrandonPotter / SimpleTCP

Straightforward .NET library to handle the repetitive tasks of spinning up and working with TCP sockets (client and server).
Apache License 2.0
366 stars 108 forks source link

Broadcast function #3

Closed Manuel-S closed 8 years ago

Manuel-S commented 8 years ago

I used pretty much the same code from the client, that should be everything needed to enable broadcasting. The Clients already can receive any transmission.

BrandonPotter commented 8 years ago

Fantastic!