-
Hi Maxyha,
Yes, we are planning on supporting LLRP and have been working on implementing the llrp.org java-ltk with limited success. Would you be interested in contributing to support this?
Thanks.
2008-07-11 00:23:56 UTC in logicAlloy RFID Platform for EPC & ALE
-
The 5MB consumption is what's reported by the JVM after initial startup (as seen in the logs). While the JVM may actually request and hold 60-80MB, ALE Server is not actually using all of that. If you login to the Web Management console and navigate to "Server" -> "Information" you'll see that the JVM is reporting a "Used Memory" that's probably much less than...
2008-07-11 00:21:15 UTC in logicAlloy RFID Platform for EPC & ALE
-
Hi,
Please see our previous response in this thread.
http://sourceforge.net/forum/message.php?msg_id=5057264.
2008-07-09 01:50:31 UTC in logicAlloy RFID Platform for EPC & ALE
-
Hello,
We've created a wiki page that walks you through setting up the IntelliJ IDEA project files.
http://logicalloy.wiki.sourceforge.net/Development+-+Setup
Thanks.
2008-07-09 01:46:01 UTC in logicAlloy RFID Platform for EPC & ALE
-
The current IF5 driver should read from all antennas on the device, however all antennas "roll-up" to the same logical reader. ALE Server does not currently support division of a device. ie Antenna "A" cannot be assigned to a separate logical reader than Antenna "B" from the same device. However, we are planning on supporting this in the future.
2008-07-06 22:16:29 UTC in logicAlloy RFID Platform for EPC & ALE
-
If you go to "EPC Devices", then click "view log" for the IF5 reader, what do you see? Is the tag logged every time the reader reads it, or is it only reported once?.
2008-07-06 22:07:37 UTC in logicAlloy RFID Platform for EPC & ALE
-
The Brooks driver would be a good reference. You can view the source code here:
http://logicalloy.cvs.sourceforge.net/logicalloy/ALE%20Server/ALEPlugins/src/com/logicalloy/ale/plugin/device/brooks/
As you work on this driver, feel free to post more questions and I'll be sure to help out where I can.
2008-07-04 02:27:30 UTC in logicAlloy RFID Platform for EPC & ALE
-
ALE Server is written in Java which has little support for comm. There are third party platform-specific libraries you can use however that will let you accomplish this. However, we don't have any sample code for this.
2008-07-04 02:23:10 UTC in logicAlloy RFID Platform for EPC & ALE
-
What is the "persist time" setting for the logical reader? If you don't keep the tag out of the reader's view for longer than this setting between reads, then the logical reader will discard it as a duplicate read.
2008-07-04 02:18:03 UTC in logicAlloy RFID Platform for EPC & ALE
-
Yes. The Brooks driver reads non-EPC tags. However, all tag data that's read is treated as raw hexadecimal data ("urn:epc:raw"). You can also develop a driver for other non-epc devices.
Eddie.
2008-06-27 17:18:43 UTC in logicAlloy RFID Platform for EPC & ALE