Difference between revisions of "HelloWorld App Jumpstart"

From RifidiWiki

Jump to: navigation, search
Line 7: Line 7:
 
* 2.  Here is where one can find the sources for the HelloWorld App
 
* 2.  Here is where one can find the sources for the HelloWorld App
 
[https://transcends.svn.cloudforge.com/rifidi/rifidi/trunk/apps/org.rifidi.app.helloworld/  HelloWorld App]
 
[https://transcends.svn.cloudforge.com/rifidi/rifidi/trunk/apps/org.rifidi.app.helloworld/  HelloWorld App]
Note: The example app updates and existing readers LLRP RoSpec configuration in runtime. This could be extended to update other reader property/configurations dynamically.
+
Note: The HelloWorld application is a very simple Rifidi® application. It uses the ReadZoneMonitoringService to create a subscriber, and prints xxx to standard out when a tag arrives in the read zone. There will be one print out with the format “tag arrived: (tag id)”
 +
In order to try out the HelloWorld app you can just download the application from here, then install the app.

Revision as of 11:53, 23 June 2014

Create a RifidiApp

  • 1. Create a RifidiApp. First, be sure to set up a developer environment using these steps.

Then check the developer guide for [[Developer's_Guide|more details on creating Rifidi apps. Below is

HelloWorld App

HelloWorld App

  • 2. Here is where one can find the sources for the HelloWorld App

HelloWorld App Note: The HelloWorld application is a very simple Rifidi® application. It uses the ReadZoneMonitoringService to create a subscriber, and prints xxx to standard out when a tag arrives in the read zone. There will be one print out with the format “tag arrived: (tag id)” In order to try out the HelloWorld app you can just download the application from here, then install the app.

Personal tools