Re: question about pipe advertisements

"John D. Blair" <[email protected]> Sat, 10 Sep 2005 09:49:58 -0700
Newsgroups gmane.comp.java.jxta.user
Message-ID <[email protected]>
Also, thanks much for all the very timely responses.  Its a big help.

  -j.

On Sep 10, 2005, at 8:21 AM, Mohamed Abdelaziz wrote:

> The most significant element described in a pipe advertisement is the  
> PipeID, all other information is simply metadata.  The pipe  
> advertisement can be generated at runtime using either a pre baked  
> pipe id's, etc.  So long as every peer can generate the same pipe id,  
> that's all that matters for binding to a pipe.
> The JXME proxyless project offer a simple propagated pipe tutorial  
> which maybe of interest to you, keep in mind that it generates the  
> same pipe id used by instantp2p, shell, and MyJXTA2.
>
> http://jxme.jxta.org/source/browse/jxme/proxyless/proto/demo/chat/ 
> ChatDemo.java?rev=1.9&view=auto&content-type=text/vnd.viewcvs-markup
>
> We'll probably refactor it for inclusion into the Guide tutorials
>
> Mohamed