1. TCPIP broadcast, multicast

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

new topic     » topic index » view message » categorize

2. Re: TCPIP broadcast, multicast

>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

new topic     » goto parent     » topic index » view message » categorize

3. Re: TCPIP broadcast, multicast

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

new topic     » goto parent     » topic index » view message » categorize

4. Re: TCPIP broadcast, multicast

>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

new topic     » goto parent     » topic index » view message » categorize

Search



Quick Links

User menu

Not signed in.

Misc Menu