Sana, Hi I am a developer on the Rifidi Emulator Project. I Just to expand a little on what Brian said.
LLRP.jar are some classes to help encode/decode LLRP messages that were developed at the University of Arkansas. While they work nicely, these classes aren't sustainable in the long term because they aren't built off the "official" LLRP xsd and have a few other problems. As a result, LTK-Java is currently being built and tested as a replacement for these classes. If you are interested in the sourcecode for llrp.jar, it is in the top-level Java directory of the LTK CVS. The official LTK-Java sourcecode is in the LTK/LTK-Java directory. We would recommend that you build your applications using the LTK-Java code as opposed the the university of Arkansas llrp.jar code because the LTK-Java code is being actively developed and supported. The syntax for LTK-Java is a little different from that of llrp.jar. We should have a hello world example up for LTK-Java up on the wiki at the sourceforege website for ltk-java soon. Also, if you do need the sourcecode for llrp.jar, let me know because I have made a few tweaks to it that haven't been submitted back, because haven't had time and didn't think anyone was interested in that code. I can email you the latest llrp.jar code if you want it now, because it will take me some time before I am able to submit the code to the cvs. I hope this clears up some questions for you. Let me know if there is anything else. -Kyle Neumeier On Thu, 2007-12-13 at 15:05 +0000, Brian Pause wrote: > I can answer part of your question. > > 1) The LLRPHelloWorld documentation can be found at > > http://sourceforge.net/projects/rifidi/ > > browse the documentation - > http://sourceforge.net/docman/display_doc.php?docid=63189&group_id=170933 > > 2) Rifidi uses LTKjava client. > > BPP > > > On 12/13/2007, "sana qadir" <[EMAIL PROTECTED]> wrote: > > > > > Hello, > > Is the source code used to create llrp.jar in the LLRPHelloWorld1.4.2 > > example available? > > Is this code the same as LTKJava (available > > llrp-toolkit.wiki.sourceforge.net/LTKJava)? > > > > Which one is used in Rifidi (LTKJava or some other LLRP > > implementation/library)? > > > > Thanks > > Sana > > > > > > > >--------------------------------- > >Looking for last minute shopping deals? Find them fast with Yahoo! Search.) > > ------------------------------------------------------------------------- > SF.Net email is sponsored by: > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services > for just about anything Open Source. > http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace > _______________________________________________ > Rifidi-developers mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/rifidi-developers ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace _______________________________________________ Rifidi-developers mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rifidi-developers
