Yes, it finally happened.
But I still got some questions:
What is the value range for RSSI and what is speed measured in?
Could someone try out how the values look if somebody is:

a) approaching the two antennas and moving through.
b) approaching the two antennas, turning around and walking back.
c) filtering static tags.

Thanks,
Jochen



Uh, by the way, a little example:
- create a reader
- create a tag
- put a tag on for 5 seconds
- remove the tag
- wait 5 seconds
- repeat

properties = readerManager.getDefault("AlienALR9800");
properties.setReaderName("alien1");
readerName = readerManager.createReader(properties);
readerManager.start(readerName);

tag=readerManager.createGen2Class1Tag("AAAAADUyhaOUbXQRBOhZHA==".getBytes(),"AAAA".getBytes(),"AAAA".getBytes());
readerManager.addTags(readerName,0,new HashSet([tag]));

while(true){
        readerManager.addTags(readerName,0,new HashSet([tag]));
        sleep(5000);
        readerManager.removeTags(readerName,0,new HashSet([tag]));
        sleep(5000);
}

-- 
Jochen Mader - Technical Lead

Pramari Europe GmbH
Bruderwöhrdstrasse 15b
93055 Regensburg

p: +49 941 604889 - 701
f:  +49 941 604889 - 700
[email protected]
http://www.pramari.com

Amtsgericht Regensburg
HRB 11343
Geschäftsführer Andreas Hübner


------------------------------------------------------------------------------
_______________________________________________
Rifidi-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/rifidi-developers

Reply via email to