Difference between revisions of "LLRPHelloWorld"

From RifidiWiki

Jump to: navigation, search
Line 1: Line 1:
 
The llrp hello world program is a simple java program that connects to an LLRP reader and sends it messages. It is intended to help people understand how LLRP works.
 
The llrp hello world program is a simple java program that connects to an LLRP reader and sends it messages. It is intended to help people understand how LLRP works.
  
*Hello World Client 1.5 - for use with Rifidi Emulator 1.5
+
*[[Media:LLRPHelloWorld1.5.zip | Hello World Client 1.5]] - for use with Rifidi Emulator 1.5
 
*Hello World Client 1.4.2 - For use with Rifidi Emulator 1.4.2
 
*Hello World Client 1.4.2 - For use with Rifidi Emulator 1.4.2
  

Revision as of 20:09, 25 January 2008

The llrp hello world program is a simple java program that connects to an LLRP reader and sends it messages. It is intended to help people understand how LLRP works.

  • Hello World Client 1.5 - for use with Rifidi Emulator 1.5
  • Hello World Client 1.4.2 - For use with Rifidi Emulator 1.4.2

The zip file contains four files

  • QuickStartGuide is a pdf that describes a little about LLRP and how to run the program
  • LLRPHelloWorldClient.java is the source code for the program
  • ByteAndHexConvertingUtility.java contains some utility function that the hello world client needs to properly display output
  • llrp.jar is a library that converts between LLRP Messages and java objects.
Personal tools