Consortium
Activities
Projects
Forge
Events
Log-in
Register
Aspire :: OSGi Bundles :: Simple Reader
Space Menu
Consortium
|
Solutions
|
Middleware
|
Forge
|
MyObjectWeb
|
PDF
|
History
|
More Actions
View
Code
|
XML
|
Help
Documentation
|
XWiki Syntax
|
1 Aspire :: OSGi Bundles :: Simple Reader ---- #toc("" "" "true") ---- This section describes the bundle for the simple reader simulator. 1.1 Context This simulator generates randomly a set of tags. It may be used only for test purposes. 1.1 Build 1.1.1 Sources *~~trunk/bundles/readers/simple-reader~~* 1.1.1 Instruction # You must build the abstract-reader project. This project contains base classes used by all HAL adaptors. <blockquote> The sources of this project are in ~~trunk/bundles/readers/abstract-reader~~. Use maven to build this project, the instruction is mvn clean install </blockquote> # Finally you must build the simple reader project. The sources are in ~~trunk/bundles/readers/simple-reader~~ <blockquote> Use maven to build this project, the instruction is mvn clean install </blockquote> 1.1 Artifacts The artifacts to deploy are * org.ow2.aspirerfid:abstract-reader (Artifact that has the base reader classes) * org.ow2.aspirerfid:simple-reader (The simple simulator reader driver) 1.1 LRSpec 1.1.1 Configurable properties {code} <?xml version="1.0" encoding="UTF-8" standalone="yes"?> <ns3:LRSpec xmlns:ns2="urn:epcglobal:ale:wsdl:1" xmlns:ns3="urn:epcglobal:ale:xsd:1"> <isComposite>false</isComposite> <readers /> <properties> <property> <name>ReaderType</name> <value>org.ow2.aspirerfid.ale.server.readers.rp.simple.SimpleAdaptor</value> </property> <property> <name>Description</name> <value>Simulator Reader </value> </property> <property> <name>PhysicalReaderName</name> <value>Simulator</value> </property> <property> <name>ReadTimeInterval</name> <value>1500</value> </property> </properties> </ns3:LRSpec> {code} 1.1 Link * [Tagsys Medio Reader>http://www.tagsysrfid.com/Products-Services/RFID-Readers/Medio-L100-L200]