Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any mature P2P frameworks/libraries in C#? [closed]

Tags:

c#

frameworks

p2p

I am looking for a reliable P2P framework or library, preferrably natively written in C#, but can also work with something C# can interface with. Have you came across or have worked with a solid one?

like image 911
Etamar Laron Avatar asked Mar 06 '10 18:03

Etamar Laron


2 Answers

Take a look at this link:

Brunet: a remarkably great P2P library

Brunet is a Free Software (GPL licensed) library for P2P networking written in C# and developed using Mono, but it also runs on Microsoft’s .Net platform.

like image 132
Leniel Maccaferri Avatar answered Nov 10 '22 09:11

Leniel Maccaferri


Have you looked into the Peer-to-Peer capabilities in the Windows Communication Foundation (WCF)?

like image 32
casperOne Avatar answered Nov 10 '22 10:11

casperOne