p2p
How can I code a webapp for p2p file sharing without a main server?
I am making a website where coworkers can share files with one another. One user chooses a file on his computer.[详细]
2023-03-05 01:32 分类:问答p2p voip via flash?
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)?[详细]
2023-03-04 16:08 分类:问答How can I code a web app p2p network?
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[详细]
2023-03-04 04:23 分类:问答Using libjingle 0.5.x for P2P with self-provided signaling
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[详细]
2023-03-03 20:18 分类:问答MonoTorrent and metadata mode
MonoTorrent client doesn\'t download file from another peer using matadata mode: var torrentDefaults = new TorrentSettings {[详细]
2023-03-02 17:14 分类:问答How to implement Peer code i.e., Server and Client code in the same file using java Socket programming
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.[详细]
2023-03-01 07:34 分类:问答An explanation of the packet-pair probing algorithm in plain language
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[详细]
2023-02-27 15:00 分类:问答Using Flash peer to peer to share files. How to display a progress bar to the downloading client?
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[详细]
2023-02-27 11:48 分类:问答Bypassing a Firewall by using a 3rd party to establish the connection
I am working on a program that needs to be able to handle firewalls eloquently while allowing direct communication between 2 clients.[详细]
2023-02-27 11:13 分类:问答udp packet loss and recovery
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++.[详细]
2023-02-27 03:36 分类:问答