I am trying to implement a peer-to-peer messaging and file sharing service on a local network. So does WCF support p2p? Has anyone tried sharing files through WCF?
Yes Yes. See How to create state sharing on an ad hoc network :
When exploring various ways that maybe I discovered that there is an attribute in WCF that allows you to specify the maximum number of flights that a particular message will be sent. Seeing this, it became obvious that there is a means for exchanging state in a peer-to-peer network, which is not only not required by the central server, but is resistant to node dropout and does not require choices. I call it Coming Peer Sync.
Yes. Check NetPeerTCPBinding .
Source: https://habr.com/ru/post/1731447/More articles:Spring3 / Hibernate3 / TestNG: some tests give LazyInitializationException, some don't - javaUsing timidity lib on iPhone - iphoneSort ArrayList custom objects by String - sortingreading a file saved by another application on iphone - iphoneShould Silverlight 4 user controls have separate DLLs? - silverlightЗаписи базы данных в Spring - springLazyInitializationException when unit testing Hibernate entity classes for use in Spring using TestNG - javaruby mechanize on facebook - ruby | fooobar.comNew jQuery element added to DOM not working - jqueryNeed help interpreting this sed command - oracleAll Articles