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 |