90 likes | 325 Views
Peer. Simple P2P implementation based on JXTA. JXTA history. Started by SUN Microsystems in 1999 Released Open Source in 2001. JXTA implementation. Officiel : JXSE : JXTA (Java) Standard Edition JXTA-C : JXTA C++ implementation JXME : JXTA (Java) Mobile Edition Non-officiel
E N D
Peer Simple P2P implementationbased on JXTA
JXTA history • Started by SUN Microsystems in 1999 • Released Open Source in 2001
JXTA implementation • Officiel : • JXSE : JXTA (Java) Standard Edition • JXTA-C : JXTA C++ implementation • JXME : JXTA (Java) Mobile Edition • Non-officiel • JXTA-droid : AndroidImplementation
JXTA available transport protocol • HTTP • TCP • UDP • Fully compatible withwiresharkhttp://wiki.wireshark.org/JXTA
Terminology • Edge : • RendezVous : • Relay : • Super Peer : Relay + RendezVous
Basic Configuration • Service Provider and Service Client connect to a JXTA RendezVousvia http • Message the Service Provider and the Client are polled
Our Developpment • The developpmentwe made is a simple Java framework to simplify the use of JXTA notoriouslyknown for it’s hard learningcurve • Easy service deployment • Configuration centralized in a single XML file