IP Broadcasting
-
I am trying to develop a utility that can Broadcast the data/Stream for multiple computers on LAN. I am new to network/socket programming. Can anybody help me???????
-
I am trying to develop a utility that can Broadcast the data/Stream for multiple computers on LAN. I am new to network/socket programming. Can anybody help me???????
-
Hi there I am looking for broadcasting not multicasting in DOT NET Environment Thanks
-
Hi there I am looking for broadcasting not multicasting in DOT NET Environment Thanks
Jack_Software wrote:
I am looking for broadcasting not multicasting in DOT NET Environment
Why broadcasting? Multicast is the way to go - has less overhead and more efficient since only the clients who actually want the cast will receive it. Broadcasting is like shouting at everyone in a room when you only want to attract the attention of a few.
...Steve
1. quod erat demonstrandum 2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." I read that somewhere once :-) -
Hi there I am looking for broadcasting not multicasting in DOT NET Environment Thanks
-
Jack_Software wrote:
I am looking for broadcasting not multicasting in DOT NET Environment
Why broadcasting? Multicast is the way to go - has less overhead and more efficient since only the clients who actually want the cast will receive it. Broadcasting is like shouting at everyone in a room when you only want to attract the attention of a few.
...Steve
1. quod erat demonstrandum 2. "Give a man a fish and you've fed him for a day. Teach him how to fish and you've fed him for life." I read that somewhere once :-)Our requirement is to shout for everyone means populate it on every computer on the LAN so if u got anything , pls send me thanks
-
Thanks for the help But i m looking very simple scnario i m new to network programming, well what i want .. we have a simple DSL cable which is sending some stream which we receive on a server and there on server we want to broadcast it to all computers on the network. so simply just another broadcast IP and a port will work fine
-
Thanks for the help But i m looking very simple scnario i m new to network programming, well what i want .. we have a simple DSL cable which is sending some stream which we receive on a server and there on server we want to broadcast it to all computers on the network. so simply just another broadcast IP and a port will work fine