tagitproducer.jar
Description
provides a producer service for TagIt(TM) RFID eventing.
For more details on how to use this bundle, refer to the /doc/readme.html file embedded in the bundle jarfile.
Contributors
Didier Donsez (Didier.Donsez@ieee.org)
License
Library GNU Public License
Services
org.osgi.service.wireadmin.Producer
Properties
wireadmin.producer.flavors=Class[] { fr.imag.adele.util.sensor.Event.class })
service.pid=depend of the device address
Requirements
org.osgi.service.wireadmin; specification-version="1.0"
fr.imag.adele.util.sensor; specification-version="0.9.0"
javax.comm
Download
Build
- configure the build properties in build.xml
- configure the properties in ./initialstate.properties
- then build with ant
Demo
- execute OSCAR shell commands from the script http://www-adele.imag.fr/~donsez/dev/osgi/script/tagit.txt
Tested gateways
Tested TagIt(TM) Devices
- Texas Instrument HF-I Midrange Evaluation Kit (RI-K10-001A)
- http://www.ti.com/rfid/docs/manuals/refmanuals/s6000hp.pdf
- http://www.ti.com/rfid/docs/products/evalKits/RF-MFR-RNLK-00.shtml
Typical Usage
Applications TI website
TODO (contributions are welcome)
- check valid BCC in Response Frame
- JMX ConfigMBean configuration
- JSR 257 data production instead of fr.imag.adele.util.sensor.Event
- supports other RFID protocols : ISO 15693, ISO 14443 (see http://www.jayacard.org/14443/), ...
Links