Page 1 of 1

how to use northwind prototyper and how to create reader

Posted: Tue Jun 11, 2013 11:22 pm
by erbisy
the content i get from develop guide:
After the properties files are set up correctly, run the program and create the
readers you want to use. If you want, you can use the included Prototyper file with
an already set up dock door reader (127.0.0.1:20000), and an already set up weigh
station reader (127.0.0.1:30000). If you like, you can use any physical readers you
have access to, or you can use Emulator to create the readers of your choice and
then use edge to connect to them. After you have connected to the readers set in
the Northwind properties file, you can begin adding and removing tags from the
field of view of the readers. Here is a sample of what you can do:
1. Create 1 GID tag and 2 SSCC tags (this assumes that the “ForkliftPrefix”
property is set to the default “35”).
2. As a group, move all 3 tags into the field of view of the Dock Door reader.
You should see 3 “tag arrived” messages for the dock door, plus a message
telling you that a forklift was seen with the other tags.
3. Delete all the tags from the field of view. You should get 3 “tag departed”
messages for the dock door.
4. Move the same 3 tags onto the weigh station reader. You should see 3 “tag
arrived” events for the weigh station, as well as 3 events telling you that the
tags have moved from the dock door to the weigh station. You should also
get output telling you that a forklift was seen. This is only one example of
what you can do; only some of the rules were used for it. Invoking the rules
given above on your own, as well as studying the Esper used to create these
rules will help you greatly when you are writing your own application.

can kind person to teach me how create reader in eclipse command line.
this question i have spend a lot of time ,but i cannot find solutions.
thanks a lot!!!!

Re: how to use northwind prototyper and how to create reader

Posted: Sat Jun 15, 2013 9:33 pm
by bppause
creating readers can be found both and user guide and in quick start guide which we have developed to help users create reader connections across some of the readers out of teh box easier

http://wiki.rifidi.net/index.php?title=User%27s_Guide

Re: how to use northwind prototyper and how to create reader

Posted: Tue Dec 10, 2013 3:44 am
by erbisy
thank u very much.