1. TCPIP broadcast, multicast
- Posted by Renzo Beggia <renzo.beggia at VSK.BE> Jan 09, 2001
- 452 views
Can someone tell me how i can do this: Send a string over a TCPIP network (on a specific port) and let multiple clients grab the string. I would like to make clients do something with the string at the same time. Renzo Beggia from Belgium
2. Re: TCPIP broadcast, multicast
- Posted by Ray Smith <smithr at IX.NET.AU> Jan 09, 2001
- 447 views
- Last edited Jan 10, 2001
>how to do this across the internet using specific ip's ? A "broadcast type" message will only be sent to PC's in your subnet, (usually your local LAN). By specifing an IP address you can communicate with anyone anywhere (as long as you can ping them). Ray Smith >> >Send a string over a TCPIP network (on a specific port) and let multiple >> >clients grab the string. >> >I would like to make clients do something with the string at the same >>time. >> >>Have a look at my euLibnet (a Euphoria wrapper for Libnet) in the >>recent user contributions. >> >>It allows you to open a port and send a "broadcast type" message and >>whoever is listening will receive it. >> >>If you have any specific questions feel free to contact me. >> >>Ray Smith >>http://www.geocities.com/ray_223 > > >_________________________________________________________________ >Get your FREE download of MSN Explorer at http://explorer.msn.com
3. Re: TCPIP broadcast, multicast
- Posted by Ray Smith <smithr at IX.NET.AU> Jan 09, 2001
- 466 views
Hi Renzo, >Send a string over a TCPIP network (on a specific port) and let multiple >clients grab the string. >I would like to make clients do something with the string at the same time. Have a look at my euLibnet (a Euphoria wrapper for Libnet) in the recent user contributions. It allows you to open a port and send a "broadcast type" message and whoever is listening will receive it. If you have any specific questions feel free to contact me. Ray Smith http://www.geocities.com/ray_223
4. Re: TCPIP broadcast, multicast
- Posted by Grape_ Vine_ <g__vine at hotmail.com> Jan 09, 2001
- 442 views
>From: Ray Smith <smithr at IX.NET.AU> >Reply-To: Euphoria Programming for MS-DOS <EUPHORIA at LISTSERV.MUOHIO.EDU> >To: EUPHORIA at LISTSERV.MUOHIO.EDU >Subject: Re: TCPIP broadcast, multicast >Date: Tue, 9 Jan 2001 16:57:07 -0500 > how to do this across the internet using specific ip's ? >Hi Renzo, > > >Send a string over a TCPIP network (on a specific port) and let multiple > >clients grab the string. > >I would like to make clients do something with the string at the same >time. > >Have a look at my euLibnet (a Euphoria wrapper for Libnet) in the >recent user contributions. > >It allows you to open a port and send a "broadcast type" message and >whoever is listening will receive it. > >If you have any specific questions feel free to contact me. > >Ray Smith >http://www.geocities.com/ray_223 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com