Difference between revisions of "Edge Management"

From RifidiWiki

Jump to: navigation, search
(Created page with "Prior to Rifidi 3.1 (coming Fall 2014) Edge Management is available through RMI (currently used by Rifidi Workbench if looking for code examples). Starting in 3.1 Edge Managem...")
 
Line 8: Line 8:
 
*Get and Set Properties (for setting and getting sensor properties such as Setting the LLRP Reader Configuration dynamically)
 
*Get and Set Properties (for setting and getting sensor properties such as Setting the LLRP Reader Configuration dynamically)
 
*Create Reader (for creating a new reader connection)
 
*Create Reader (for creating a new reader connection)
 +
*Managing Rifidi Applications (for stopping/starting, listing and deploying Rifidi Apps)
  
 
Example calls are:
 
Example calls are:

Revision as of 11:52, 20 August 2014

Prior to Rifidi 3.1 (coming Fall 2014) Edge Management is available through RMI (currently used by Rifidi Workbench if looking for code examples). Starting in 3.1 Edge Management is now accessible though Restful Services (leveraging Restlet plugin. Restlet allows all Rifidi Edge Management operations available through workbench to be accessible via Restful Services.

The types of operations available through Restful Services include:

  • All "session" commands
  • ExecuteCommand and deleteCommand (for commands supported by a sensor such as a tag read)
  • Readers (for getting a list of readers/sensors available on Edge Server instance)
  • Commands (for issuing command line operations such as saving the Edge Server Configuration currently in memory)
  • Get and Set Properties (for setting and getting sensor properties such as Setting the LLRP Reader Configuration dynamically)
  • Create Reader (for creating a new reader connection)
  • Managing Rifidi Applications (for stopping/starting, listing and deploying Rifidi Apps)

Example calls are:

  • Coming soon example applications

Additional features can be found on Restlet User Guide

Personal tools