Tagged Questions

JXTA is a set of protocols to operate devices in a P2P fashion on the Internet.

learn more… | top users | synonyms

12
votes
5answers
5k views

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

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 ...
7
votes
6answers
4k 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
2answers
676 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 ...
3
votes
1answer
511 views

Is JXTA project still alive ? “jxta.org” seems to be down?

Is JXTA project still active ? I am looking for a good Open Source Peer to peer solution, found JXTA articles, but "jxta.org" is not working, Is it still alive ? or got it moved to some where else ?
2
votes
1answer
57 views

JXTA client - server

I would like to implement a client-server architecture using JXTA. Also the configuration of the server part will be 3 - tier. Does anyone know a good place to get this project started? Thanx in ...
2
votes
2answers
100 views

Peer-to-peer replication of a sqlite database

I am looking for a way to replicate a small and simple relational database (like SQLite) across peers. This should work in an environment with unstable network connections, hence the need for each ...
2
votes
1answer
185 views

is JXTA 2.7 production ready and when is Chaupal 1.0 due?

i am about to develop a new application and I was looking at JXSE framework. It seems some political issues with oracle have killed the project from what i understand. this raises a few questions: ...
2
votes
1answer
76 views

Does JXTA support direct P2P communication, even if both peers are behind NATs?

With two JXTA based peers, each one behind its own NAT, is it possible for them to send direct messages to each other? It is ok to use a rendezvous server for initial connection, but the real message ...
2
votes
3answers
578 views

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?
1
vote
2answers
108 views

JXTA JXSE 2.7 with broken JBoss Netty library dependency

Recently I was investigating p2p framework to use and I came across JXTA. Too bad, Oracle decided to dropped JXTA. Real shame for a nice software. Anyway the problem that I have is trying to start a ...
1
vote
2answers
85 views

Downloading a file in parts from different computers simultaneously

I want to create a application that can communicate to the different computers and can download file from there. If there exist the same file in different computers then the file will be downloaded in ...
1
vote
1answer
86 views

Java JXTA - where is the JAR file?

Where can I download JXTA/JXSE? I mean the JAR file of this library, because I found project code here http://java.net/projects/jxta-jxse/sources/svn/show downloaded by SVN and I have no idea how to ...
1
vote
2answers
131 views

Publishing and Discovering custom JXTA Advertisements

I'm using JXTA 2.5 to implement a P2P auctioning application. There I need to implement publishing and discovering "Product_Advertisement"s to advertise available products on peers in a market group. ...
1
vote
1answer
32 views

looking up for loaded modules/services in jxta

When we load a service using loadModule into a custom peergroup, what is the way that we can look up for that service under that group for later usage. I tried lookupService method of the peergroup ...
1
vote
1answer
208 views

JXTA Configuration

can someone help to configure JXTA ?? I'm not understanding what type of uri to place as the rendez vous
1
vote
1answer
237 views

Why I am getting this exception when running a JXTA app?

I tried running a JXTA app and got the following exceptions..How do I sort this problem? My codes are:: import net.jxta.platform.NetworkManager; public class Main { public static void main ( ...
1
vote
1answer
35 views

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 ...
1
vote
2answers
2k views

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

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 ...
1
vote
2answers
497 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
1answer
20 views

How do I discover peers and send messages in JXTA-JXSE 2.6?

Using JXTA 2.6 from http://jxse.kenai.com/ I want to create application that can run multiple peers on one or more hosts. The peers should be able to find each other in a group and send direct ...
0
votes
1answer
35 views

JxtaSocketAddress.getPeerID() returns null on JXME

I'm running an JxtaServerSocket on JXME. Unfortunately, I am not able to get the remote peer id of the connected Socket: JxtaSocket jsocket = (JxtaSocket) socket; JxtaSocketAddress addr = ...
0
votes
0answers
52 views

Is there a better Solr and P2P integration option?

In thinking about my applications network service needs using the Java language I've more or less boiled it down to a combination of using Solr, P2P and REST. An automated notifier service would be ...
0
votes
2answers
79 views

How to download the same file distributed in different computers in Java

I want to make a college project for sharing of files among different computers. Usually we have same file, for example, a movie on different computers among a local network in our college. So I want ...
0
votes
2answers
125 views

Missing methods on JXTA 2.7

I have started reading how to use JXTA from Practical JXTA II for an application i want to make. Although the code provided (examples) doesn't work with JXTA 2.7 . More specifically Tools class of ...
0
votes
1answer
26 views

Get the list of members in a JXTA peergroup

Im just wondering is there a way to get the list of active or online (members)peers who have joined to a particular peergroup in JXTA ?. Thanks in advance.
0
votes
1answer
51 views

How to Creat a password protected peergroup using jxta?

Im trying to create a password protected peer group using JXTA. For that i have used the example code given in the JXTA 2.5 programmers guide. But that code doesn't seems to be working. It has some ...
0
votes
2answers
67 views

How do we define 'true p2p'

I have seen a number of questions in which the term 'true p2p' is used. What exactly is meant by this term, if it has an exact meaning? I am familiar with the term p2p, and I can think of several ...
0
votes
3answers
143 views

Building P2P messenger using Jxta?

Im thinking of Building P2P messenger using Jxta but i can't really find much on it, is there any good books i could read? Thanks
0
votes
1answer
130 views

JxtaServerSocket problem

I'm transfering a file across a LAN using JxtaServerSocket (receiver side) and JxtaSocket (sender side). At first, I send the file name than its size. After that I wait for offset to start sending the ...
0
votes
2answers
181 views

jxta.org, where is it?

There was many projects inside "jxta.org", where are those ? Is it moved to some other place ? http://java.sun.com/developer/technicalArticles/Networking/jxta/ I am very much in need of many of ...
0
votes
1answer
140 views

Java Vector<E> getting blocked with no apparent reason

I'm probably doing something wrong, but this is what happens: I register a listener, wait for it to be called and when it executes and calls "Vector.clear()" it locks. The problem happens in the ...
0
votes
3answers
1k 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 ...
-1
votes
2answers
69 views

How to add a class to a .jar library?

I need to add a class to a .jar library but I cant figure out how to do it. I have a library named netty-3.1.5.GA.jar but for some reason its missing a class I need ...