jxta

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 of JXTA. For the most part, I approached JXTA with a "just make it work" attitude. I used it to jumpstart creating and managing my peer-to-p...

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. ...

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 internet. My friend also has an internet connection. We tried to run socket client on his machine while socket server program was running on m...

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 possible to do? I know theres JXTA-C which would work on the iPhone, but I'm not sure if the JXTA-C will communicate properly with JXTA-Java. I...

JXTA direct messenger across internet?

Hi, I downloaded the JXTA tutorials from their site. It includes a direct messenger sample program. I ran it on my home computers and it worked fine. But will it run over the internet, too? My computers are behind NAT routers, and so are most other computers out there. JXTA claims to be able to pass that, but I'm not sure if it works wi...

Android P2P Multiplayer game (with a) XMPP/Google talk b) JXTA peerdroid c) other way)

Hi, I am an android developer and I made some board games. Now i want to make some of my board games multiplayer. I don't want to create and host my own web service, so i thought about P2P. The first thing i found was the XMPP protocol, however it's not real P2P, but if i can use the existing google talk service, i'm ready to go. Is th...

What is java.net.SocketTimeoutException: Failed to receive close ack from remote connection?

Hi, I'm transfering a file across a LAN(using JxtaSocket in case you heard about it) and I receive: java.net.SocketTimeoutException: Failed to receive close ack from remote connection. at net.jxta.socket.JxtaSocket.close(JxtaSocket.java:1046) I would like to know what are the reasons this would happen in the first place. I'm receiving...

Creating a capability matching / peer selection component in JXTA?

I'm completely new to JXTA and just want some pointers to help get started. I need to create a peer search / capability matching component, so I can search for and locate peers based on a number of custom criteria. In other words, peer A says 'I can do X, Y and K' and when peer B searches for peers that can do 'X and K', is able to dis...

Is there an alternative to JXTA for Java P2P frameworks?

My team is having trouble with a project using JXTA. Is there another framework for P2P networks java? ...