Hey, basically I want to send files to my friends through a program, I have been looking on google but I can t seem to find anything.
I have found this but it is for C++ and i m looking for C#
Any help would be appreciated,
Thanks.
Hey, basically I want to send files to my friends through a program, I have been looking on google but I can t seem to find anything.
I have found this but it is for C++ and i m looking for C#
Any help would be appreciated,
Thanks.
Oh boy.. Sooo many ways to do this :)
You could use one of the many WCF bindings for this purpose, but it requires .Net 3.5, which I don t think is a problem.
Here s an example using the very basic TCP-binding: http://www.codeproject.com/KB/WCF/wcffileserver.aspx
净2p议定书是否允许同龄人通过互联网连接(通过NAT、防火墙等)。
I m working on writing a Python client for Direct Connect P2P networks. Essentially, it works by connecting to a central server, and responding to other users who are searching for files. ...
I am looking for information on techniques, algorithms, etc. on how to maintain network integrity in a dynamic peer-to-peer network. Both practical implementations, academic papers and anything else ...
I want to build a community website with videoconferencing functionality integrated. I would prefer to provide this from within the browser, so I m looking for a Java- or Flash-based solution. Also, ...
I m creating a P2P Java application in JXTA, for simple messaging between peers. I want to create a similar program on the iPhone, that will be able to talk with this java JXTA program. Is this ...
How can an application be designed such that two peers can communicate directly with each other (assuming both know each other s IPs), but without outgoing connections? That s, no ports will be opened....
What is the most efficient DHT? I am looking for name and/or some kind of implementation or related work, but I am not looking for the one that is most used. Efficient in terms of CPU execution ...
I have the work of implementing a distributed system of nodes (like p2p nodes) each of these nodes (lets say A,B,C and D) perform certain functions and need to interact with each other for various ...