WISE-Agent Sample Handler

From ESS-WIKI
Revision as of 02:58, 3 October 2016 by Scott68.chang (talk | contribs)
Jump to: navigation, search

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:

1. Sensor Plugin: the plugin access sensor data through Sensor driver or 3rd party library, or

2.Remote Control Plugin:  the plugin execute remote command on target device.

But there are various sensor devices in this world; we cannot implement plugins for all of them.

So we 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.

Architecture

Application Interface

Easy Implement Libraries