[OT, Q] Architecture for Message Broadcasting

"S.J.Chun" chunsj at embian.com
Tue Jul 10 01:34:41 UTC 2007


Thanks for your help. Does this IGMP thing work even the client is behind the NAT? 

----- Original Message -----
   From: Noury Bouraqadi <bouraqadi at ensm-douai.fr>
   To: "S.J.Chun" <chunsj at embian.com>, The general-purpose Squeak developers list <squeak-dev at lists.squeakfoundation.org>
   Sent: 07-07-10 08:12:16
   Subject: Re: Re: [OT, Q] Architecture for Message Broadcasting

  Hi,

You might want to look at UbiquiTalk discovery protocol.
It's based on IGMP (Internet Group Management Protocol).
Every device does broadcast its ip through IGMP so others can detect  
its presence.
http://csl.ensm-douai.fr/UbiquiTalk

Noury
Le 2 juil. 07  10:27, S.J.Chun a crit :

> Hi,
>
> I'm trying to create network service which is for message  
> broadcasting.
> For example, one user - authorized - sends messages to server, then  
> all
> connected - TCP will be used - clients/users are receiving the  
> message.
> I'm currently thinking of create a simple TCP server which receives
> message - message will be single line - then iterate over connected
> sockets to send message to them.
>
> Is this approach correct? I mean are there any more efficient  
> approach/
> architecture for this? I think IRC kind of thing will help but I  
> cannot
> find some understandable document on this kind of service.
>
> Thanks in advance.

Noury
------------------------------------------------------------------
Dr. Noury Bouraqadi - Enseignant/Chercheur
Responsable de l'enseignement de l'informatique
ARMINES - Ecole des Mines de Douai - Dept. I.A.
http://csl.ensm-douai.fr/noury

European Smalltalk Users Group Board
http://www.esug.org
------------------------------------------------------------------






More information about the Squeak-dev mailing list