Search found 80 matches

by nurban
Wed May 21, 2014 1:26 pm
Forum: Edge Server Developers
Topic: Combining Multiple Readers
Replies: 26
Views: 14168

Re: Combining Multiple Readers

Thanks for putting this together so quickly, Matt. I've tested a few regular expressions for readerID, and all seem to be working correctly. With this functionality in place, I can definitely say having a method similar to getReaderID() for read zones would be very useful when using RSSIMonitoringSe...
by nurban
Wed May 21, 2014 8:37 am
Forum: General
Topic: Where modeling and return RSSI
Replies: 7
Views: 11868

Re: Where modeling and return RSSI

As far as I'm aware, there isn't a way to simulate RSSI using the Emulator. However, if you happen to have an actual reader on hand, it shouldn't be too difficult to configure it to send RSSI to Rifidi.
by nurban
Mon May 19, 2014 3:57 pm
Forum: Edge Server Developers
Topic: Combining Multiple Readers
Replies: 26
Views: 14168

Re: Combining Multiple Readers

One option here could be rssi service returns reader id and readzone id- not if possible but this could provide flexibility for both This sounds like a good solution if feasible. It wouldn't be difficult to use either the reader id or the readzone id based on the readzone id that was returned, assu...
by nurban
Mon May 19, 2014 2:39 pm
Forum: Edge Server Developers
Topic: Combining Multiple Readers
Replies: 26
Views: 14168

Re: Combining Multiple Readers

Actually, on closer inspection, is there even a reasonable way to use read zones with the RSSIMonitoringService? Listening to multiple subscribers prevents RSSI calculations between them, which would have the effect of bouncing a tag back and forth between two read zones anywhere they overlap. Howev...
by nurban
Mon May 19, 2014 9:46 am
Forum: Edge Server Developers
Topic: Combining Multiple Readers
Replies: 26
Views: 14168

Re: Combining Multiple Readers

After stepping away from the application for a couple days, I opened the code back up and realized immediately the mistake I had made. To explain in case someone else encounters the same situation: I was looking to add read zone functionality to an already constructed and functioning application. Un...
by nurban
Fri May 16, 2014 5:00 pm
Forum: Edge Server Developers
Topic: Combining Multiple Readers
Replies: 26
Views: 14168

Re: Combining Multiple Readers

I've taken some time to test this feature, but unfortunately have had difficulty getting even the basic functionality to work. The problem seems to be related to read zone creation. I attempted to create the read zone using an appropriately-named properties file and the line: ReadZone test_zone = su...
by nurban
Tue May 13, 2014 1:59 pm
Forum: Edge Server Developers
Topic: Combining Multiple Readers
Replies: 26
Views: 14168

Re: Combining Multiple Readers

Thanks for the quick response, this is exactly what I'm looking for.
by nurban
Tue May 13, 2014 10:53 am
Forum: Edge Server Developers
Topic: Combining Multiple Readers
Replies: 26
Views: 14168

Re: Combining Multiple Readers

page 19 in 3.0 version of developer's guide http://wiki.rifidi.net/index.php?title=Developer%27s_Guide Thanks, I did see this section of the developer's guide. However, I was hoping to find something more substantial on the concept of ReadZones, particularly in regard to assigning multiple readers ...
by nurban
Mon May 12, 2014 1:42 pm
Forum: Edge Server Developers
Topic: Combining Multiple Readers
Replies: 26
Views: 14168

Combining Multiple Readers

I am looking to combine multiple readers to form a larger read area, and would like these readers to behave as a single reader in Rifidi. Is there a way to group multiple readers like this? I remember reading somewhere it was possible using read zones, but the readerID parameter seems to take only a...
by nurban
Fri May 02, 2014 9:59 am
Forum: General
Topic: Error starting Rifidi Emulator
Replies: 5
Views: 7646

Re: Error starting Rifidi Emulator

I have not encountered any issues using JRE 7u51 and JDK 7u45 (1.7.0.450).