Alternative to NetPeerTcpBinding in WCF

.net, wcf

Solution

Take a look into Mesh.Net, it's an opensource project designed to replace the PeerToPeer binding now that MSFT no longer supports it.

Problem

NetPeerTcpBinding is obsolete as of .NET 4.5. I'm wondering what viable alternatives there are for a .NET project.

Original source