Difference between revisions of "WISE-Agent Sample Handler"
From ESS-WIKI
| Line 10: | Line 10: | ||
We also defined a set of APIs, called '''Plugin (Handler) APIs.''' | We also defined a set of APIs, called '''Plugin (Handler) APIs.''' | ||
| − | User can implement their own Handler with these Handler APIs to access their sensor data or control their devices and plugged by WISE Agent to communicate with RMM Server. | + | 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. |
== Architecture == | == Architecture == | ||
Revision as of 03:00, 3 October 2016
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.
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.