Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.os.linux.development.apps > #650

Re: what p2p technology to use?

From Lusotec <nomail@nomail.not>
Newsgroups comp.os.linux.development.apps
Subject Re: what p2p technology to use?
Followup-To comp.os.linux.development.apps
Date 2014-01-31 11:50 +0000
Organization A noiseless patient Spider
Message-ID <lcg2m9$a57$1@dont-email.me> (permalink)
References <lcbb64$nac$1@speranza.aioe.org> <lcd6rq$bbm$1@dont-email.me> <877g9hv6oo.fsf@sable.mobileactivedefense.com> <lce0jp$6o4$1@speranza.aioe.org>

Followups directed to: comp.os.linux.development.apps

Show all headers | View raw


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

user wrote:
> Rainer Weikusat wrote:
>> crankypuss writes:
>>> user wrote:
>>>> Hi all,
>>>> I want to write a p2p program where users would be able to multicast
>>>> weather stations data(xml).
>>>> can anyone recommend what type of existing p2p protocols/libraries
>>>> would be a good choice for such app?
>>>> thanks.
>>>> Alex.
>>>
>>> I presume that by "p2p" you mean "point-to-point", but multicast isn't
>>> point-to-point, it's one-to-many.
>>
>> Peer-to-peer seems more likely to me.
> yes, that's what I meant.

If you want a pure peer-to-peer solution, I recommend using a Distributed 
Hash Table (DHT). You may want to look in to Kademlia algorithm and the 
several available implementations and networks.

If you want a more p2p complete solution you may want to take a look at 
rTorrent/libTorrent (http://libtorrent.rakshasa.no/) or aMule 
(http://sourceforge.net/projects/amule/) and adapt to your particular needs.

Regards.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iF4EAREIAAYFAlLrjggACgkQGQjO2ccW76qLtwD+J7Gbf0pNMKonKw2V/7ofyX05
40S0CZZVa2YJWH+Wz64A/0YbXVUb7ox58l/0vLxe7bgNUElnx4fwPTKCnQGADYdE
=dJ49
-----END PGP SIGNATURE-----

Back to comp.os.linux.development.apps | Previous | NextPrevious in thread | Next in thread | Find similar


Thread

what p2p technology to use? user <user@localhost.localdomain> - 2014-01-29 20:46 +0400
  Re: what p2p technology to use? crankypuss <crankypuss@nomail.invalid> - 2014-01-30 02:43 -0700
    Re: what p2p technology to use? Rainer Weikusat <rweikusat@mobileactivedefense.com> - 2014-01-30 15:19 +0000
      Re: what p2p technology to use? user <user@localhost.localdomain> - 2014-01-30 21:04 +0400
        Re: what p2p technology to use? Lusotec <nomail@nomail.not> - 2014-01-31 11:50 +0000
      Re: what p2p technology to use? crankypuss <crankypuss@nomail.invalid> - 2014-01-31 03:01 -0700

csiph-web