Difference between revisions of "LLRPHelloWorld"

From RifidiWiki

Jump to: navigation, search
(New page: 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. You can download it h...)
 
m (Reverted edits by Amesycyxa (Talk); changed back to last version by Kyle)
 
(6 intermediate revisions by 2 users not shown)
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. You can download it here.
+
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.
 +
 
 +
*[[Media:LTKHelloWorld.zip | Hello World Client using LTK-Java]]
  
 
The zip file contains four files
 
The zip file contains four files
*QuickStartGuide is a pdf that describes a little about LLRP and how to run the program
+
*README.txt that explains how to compile and run the client
 
*LLRPHelloWorldClient.java is the source code for 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
+
*log4j.properties that contains information about how logging should be handled
*llrp.jar is a library that converts between LLRP Messages and java objects.
+
*LTKJava_with_dep_0_1_0-SNAPSHOT.jar is a library that converts between LLRP Messages and java objects. More information about the LTK-Java library can be found here: http://llrp-toolkit.wiki.sourceforge.net/LTKJava

Latest revision as of 19:42, 26 November 2010

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 zip file contains four files

  • README.txt that explains how to compile and run the client
  • LLRPHelloWorldClient.java is the source code for the program
  • log4j.properties that contains information about how logging should be handled
  • LTKJava_with_dep_0_1_0-SNAPSHOT.jar is a library that converts between LLRP Messages and java objects. More information about the LTK-Java library can be found here: http://llrp-toolkit.wiki.sourceforge.net/LTKJava
Personal tools