[Qt-interest] Qt C/S Model , howto detect each other ?

Arnold Krille arnold at arnoldarts.de
Thu Apr 15 18:51:03 CEST 2010


On Thursday 15 April 2010 07:59:52 Aaron Lewis wrote:
> On 04/14/2010 02:29 PM, Arnold Krille wrote:
> > Take a look at upnp and bonjour aka avahi aka zeroconf. These are two of
> > the biggest zero-configuration protocols.
> > I use zeroconf in some of my projects and its just nice to have clients
> > find the (local) servers without any trouble or manual configuration... I
> > tried using the avahi-libs for the implementation but then I realized
> > that I wanted it to run on macos and possibly win too, so using the
> > QtBonjour-example from some Qt-quarterly was better...
> Yeah , upnp's good way to solve such problems , i'm trying to get feel
> of her.

An advantage of upnp is that it also provides a protocol for some 
configuration/communication.
The disadvantage is that it provides a protocol that is xml/soap...

With bonjour you have to use your own protocols and only announce what you 
speak at which port. Especially if your protocol is already defined, bonjour is 
easier.

Have fun,

Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part.
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100415/7ea5b815/attachment.bin 


More information about the Qt-interest-old mailing list