Tagged Questions

0
votes
1answer
23 views

JXTA Applications on the iPhone

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 …
0
votes
2answers
172 views

JXTA P2P application over internet

I am learning JXTA and want to master it. I downloaded the tutorial programs from jxta website I have run all those programs from only one PC and worked perfectly fine. But I want it to work over …
0
votes
0answers
78 views

How ADSL connections work through router .. [closed]

I have a ADSL broadband DHCP connection. I am using D-Link GLB-802C ADSL router. Now I want to know what actually happens when I access internet through browser or any other program. I know all http …
2
votes
5answers
458 views

Python Library/Framework for writing P2P applications

Is there any library or framework for writing P2P applications in Python ? I know the initial Bittorrent client was written in Python. I'm looking something like JXTA but for Python.
6
votes
1answer
315 views

Getting started with a custom JXTA PeerGroup

I have been working with JXTA 2.3 for the last year or so for a peer-to-peer computing platform I am developing. I am migrating to JXTA 2.5 and in the process I am trying to clean up a lot of my use …