Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
4answers
2k views

Peer to Peer file transfer c#

Hey, I have been looking on google and I cannot seem to find anything about peer to peer transfer. Basically, I want to be able to send a file from my computer to someone else's computer. Does anyone ...
3
votes
4answers
99 views

A newbie question I have to ask, beginning network programming for games?

I'm an absolute newbie in this field and I'm kind of frightened of heading down the wrong path of network programming. I'm trying to build a strong network library for my game engine. I've looked ...
3
votes
8answers
428 views

How do I convince a peer that algorithms are important?

A peer of mine is working on a report that displays the weekly (Sunday to Saturday) advance of every employee in our small consultancy firm. There's a piece of code he wrote that shows the columns ...
2
votes
1answer
102 views

Is zeromq the right solution for peer to peer video chat

I was wondering if my idea of zeromq is right? I was thinking of writing a peer to peer chat application using zeromq but as i read further into it zeromq seems to be more low level than what one ...
2
votes
2answers
315 views

Java RMI without RMI Registry

I am rather new to java RMI and am trying to create a Peer 2 Peer bit torrent like application wherein multiple instances of the same peer may be on the same machine. This would mean that I would need ...
1
vote
1answer
171 views

Problem About Sending Text via Peer to Peer Networking in iPhone

I'm trying to send some text via Peer to Peer Networking in iPhone. I've modified the GKTank Sample a little to make it send string instead of customized struct data. The following is the code I've ...
1
vote
1answer
228 views

Autoloader for Propel 1.5.6 doesn't seem to fully work

I have installed Propel 1.5.6 onto my Mac, running PHP 5.12.14 via MacPorts. I've created a schema, generated a model, run the sql generation and insertion tasks, and am moving onto the runtime stuff ...
1
vote
1answer
72 views

Transfer files between users of the same app with “cloud” storage

I am building an WPF app that need to exchange some very small xml files with other users. I'm currently looking into peer2peer networking, but I need the sender of the files to be able to send ...
1
vote
1answer
221 views

Questions about controlling WCF PeerChannel connections

I've been studying the PeerChannel in WCF. The docs indicate that a peer will automatically try to get between 3 and 7 connected neighbors. My scenario is a couple of systems on one side of an ...
0
votes
0answers
33 views

Peer not reachable in weblogic server

I have a simple J2EE server client application. Its deployed on weblogic server. Whenever my client is receiving large chunk of data from server i get error saying "Peer is unreachable for 240 ...
0
votes
1answer
122 views

WCF P2P over the internet

Hey guys I am trying to learn how to create a P2P application in Windows Communication foundation and I have a simple test client created so far that can communicate on the Intranet just fine. That ...
0
votes
1answer
79 views

mainline DHT routing table in peer lookups

What is the role of the Mainline DHT routing table in peer lookup requests? As I understand the first lookup request is sent to the node which is the closest one in the routing table to the info hash ...
0
votes
1answer
294 views

iPhone peer to peer via wifi?

Scenario: In a Campsite, iPhone/iPods in different camp can connect, chat or share photos. I want to use wifi not bluetooth. Since there is no wifi internet around. One of the iPod should work as an ...
0
votes
1answer
100 views

File exchange API

Does anyone know if there is an API for file exchange out there? The main goal is to build a web application that provides an opportunity to attach files to groups, like vk.com(Social net), using an ...
0
votes
2answers
32 views

Calling PeerGroupCreateInvitation from C#

Function description here. I'm struggling to get it right to call this function from c#. I'm at a stage where I'm calling it but it's returning E_INVALIDARG. I've set it up as follows... ...
0
votes
1answer
147 views

how to implement bootstrap peer and SBC for Sip2peer, for Android?

I have to make an android app that should communicaticate peer to peer. After searching over internet I found one solution is Sip2peer http://code.google.com/p/sip2peer/ but I am not able to implement ...
0
votes
3answers
997 views

How to make an android peer to peer without using intermediate server?

I need to make an android peer to peer app that should work with any Internet connectivity and without using intermediate server. Can somebody plz give me any start up ideas. I haven't find any answer ...
0
votes
2answers
316 views

How to convert torrent info hash for scrape Using php?

Can anyone explain me how to write a php script to convert info hash for scrape to get seeders and peers count from the tracker... Thanks
0
votes
2answers
76 views

implementing p2p program

hi i have an assignment in school to write a p2p program, and i am trying to understand the idea behind it. we were told to implement two objects FileManager and NameServer: A FileManager ...
0
votes
2answers
368 views

How to get a Java component ID

I'm using MPlayer in my java application. According to its doc, it's needed that I tell to MPlayer the window ID for embedding it. I'm doing this like that: long winid = 0; //Window ID. if ...
0
votes
2answers
425 views

m2eclipse - child projects suddenly cant see each other

Not a very good title, I'll try and explain. This has worked for months, then today for some unknown reason, eclipse cant resolve any of the imports from siblings (peer projects), when nothing has ...