WISE-Agent Sample Handler
From ESS-WIKI
Revision as of 03:33, 3 October 2016 by Scott68.chang (talk | contribs)
Introduction
In WISE Agent, we implement several Software Modules to access sensor data or control target device, we called Plugins (or Handlers we called before).
Each plugin is designed to handle specific jobs, such as:
- Sensor Plugin: the plugin access sensor data through Sensor driver or 3rd party library, or
- Remote Control Plugin: the plugin execute remote command on target device.
To support customized plugins, we also defined a set of APIs, called Plugin (Handler) APIs.
User can implement their own Handler with these Plugin (Handler) APIs to access their sensor data or control their devices and plugged by WISE Agent to communicate with RMM Server.