Difference between revisions of "Version 3.5"

From RifidiWiki

Jump to: navigation, search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
=Changes in 3.5  =
 
=Changes in 3.5  =
 +
 +
==Command-line==
 +
# Currenttags commandline - add RSSI value
  
 
==Adapter==
 
==Adapter==
Line 19: Line 22:
 
#  Fixed bug after adding readzone then updating application properties the readzones properties are added to app properties
 
#  Fixed bug after adding readzone then updating application properties the readzones properties are added to app properties
 
#  Added get current tags to reader and session if processing state
 
#  Added get current tags to reader and session if processing state
 +
#  Change execute command default in wizard to one time execution
  
 
==OSGI==
 
==OSGI==
Line 30: Line 34:
 
==LLRP==
 
==LLRP==
 
# LLRP - Fixed LLRP reconnect issues over WAN
 
# LLRP - Fixed LLRP reconnect issues over WAN
# LLRP - Fixed Compatibility with FX9500 Zebra reader - Tag Encoding RoSpecs now allow for a prefeix via JVM argument to ensure no rospec conflicts
+
# LLRP - Add RSSI filter as reader property. Set to '0:0' to disable. Any other value will filter any value below the given RSSI value. You can override values for individual antennas like this: '0:-5;1:-25;3:-55'. This will set the filter from antenna 1 to -25, antenna 3 to -55, and all other antennas to -5.
 +
# LLRP - Adjusted access and opec specs for LLRP encoding to be compatible with Honeywell and Zebra readers
  
 
==Plugin==
 
==Plugin==

Latest revision as of 13:53, 2 May 2016

Changes in 3.5

Command-line

  1. Currenttags commandline - add RSSI value

Adapter

  1. Adapter - Added feature for auto connect of readers/sensors session at startup - Globally can be disabled via JVM argument setting
  2. Thinkify - Updated adapter for the TR-265 reader
  3. Thinkify - Fixed issue with Windows compatibility allowing user to set com port Thinkify is connecting too


REST

  1. Rest - Update currenttags to include antenna
  2. Rest - Rest create readzone app group folders fix
  3. Rest - Added LLRP get reader capabilities
  4. Rest - Added Set LLRP operations

Dashboard

  1. Fixed bug after adding readzone then updating application properties the readzones properties are added to app properties
  2. Added get current tags to reader and session if processing state
  3. Change execute command default in wizard to one time execution

OSGI

  1. Added extended Debugging/Tracing features for OSGI - http://wiki.rifidi.net/index.php?title=How_to_Configure_Extended_OSGI_Debugging/Tracing (

Database

  1. Added PostgreSQL to DB Jumpstart App

LLRP

  1. LLRP - Fixed LLRP reconnect issues over WAN
  2. LLRP - Add RSSI filter as reader property. Set to '0:0' to disable. Any other value will filter any value below the given RSSI value. You can override values for individual antennas like this: '0:-5;1:-25;3:-55'. This will set the filter from antenna 1 to -25, antenna 3 to -55, and all other antennas to -5.
  3. LLRP - Adjusted access and opec specs for LLRP encoding to be compatible with Honeywell and Zebra readers

Plugin

  1. Plugin - Added Javax.mail to enable sending email out of the box

Device

  1. Bench-marked support for Raspberry Pi3 and Intel NUC - http://www.intel.com/content/www/us/en/nuc/overview.html

Links

Javadocs: http://www.transcends.co/www/javadoc/edge3.5.0/

Developer's_Guide

User's_Guide