View Single Post
  #1 (permalink)  
Old December 1st, 2005
salem salem is offline
Novicius
 
Join Date: December 1st, 2005
Posts: 3
salem is flying high
Default Service Discovery using Gnutella

Hello,

I am trying to build a service discovery architecture that is based on Gnutella. Basically, each peer possess a set of services, which could be discovered and used by other peers in the network.

I thought of:

1) using GnucDNA as the underlying P2P framework
2) forming a private P2P network using GnucDNA
3) using custom meta-data/XML-Schemas to describe the services.
4) searching for services (similar to searching for files) by using those custom meta-data in the private P2P network.

I would really appreciate it if anyone could suggest or comment on the feasibility of this approach.

Thanks

- Salem Mark
Reply With Quote