I am making a website where coworkers can share files with one another. One user chooses a file on his computer.
Is there any way to implement voice chat between two开发者_JAVA百科 peers directly (without server calls, except for some initial http requests) using Flash (or maybe Java, but flash is prefered)?
I wanted to code a web application, where one user can choose a file and o开发者_开发问答ther multiple users can download that specified file off of that user\'s computer. That user would have to leav
Can someone provide a small chunk of code based on libjingle 0.5.x where I can see how I could establish a P2P channel for transmitting data, without using XMPP? I intend to provide si开发者_如何学Gog
MonoTorrent client doesn\'t download file from another peer using matadata mode: var torrentDefaults = new TorrentSettings {
Is it possible to write a program that serves both as a Server and a Client? Suppose I have three instances of the program P: P1, P2, and P3.
Net开发者_如何转开发worked applications often benefit from the ability to estimate the bandwidth between two end-points on the Internet. This may be advantageous not only for rate control purposes, bu
I am trying to implement the actionscript program described at this address. http://cookbooks.adobe.com/post_Create_a_P2P_file_sharing_application-16539.html. It lets two flash client connect to the c
I am working on a program that needs to be able to handle firewalls eloquently while allowing direct communication between 2 clients.
I am working on both udp/tcp based P2P for file and real time video streaming application.the application will be developed for both Linux and windows platform using c++.