Difference between revisions of "EdgeSense Southbound Service Development"
From ESS-WIKI
(.) |
(.) |
||
Line 5: | Line 5: | ||
SRP-Plugin is xxx | SRP-Plugin is xxx | ||
− | Agentlite is | + | Agentlite is a run-time collections for Plugin to execute. Plugin have to put in module folder. |
= Development = | = Development = |
Revision as of 04:39, 23 July 2019
Contents
Introduction
You will need SRP-Plugin and Agentlite.
SRP-Plugin is xxx
Agentlite is a run-time collections for Plugin to execute. Plugin have to put in module folder.
Development
Requirement
For Windows development,
- Please install Visual Studio 2008 or above. Visual Studio is available at official website.
For Ubuntu 16.04 development,
Download SRP-Plugin and Agentlite
Download SRP-Plugin
git clone http://advgitlab.eastasia.cloudapp.azure.com/SRP-Connect/SRP-Plugin.git
Download Agentlite
git clone https://github.com/ADVANTECH-Corp/agentlite.git
Development for Windows
1. Open SRP-Plugin\SRP-Plugin.sln with Visual Studio.
2. Change Solution Configurations to Release , change Solution Platforms to Win32.
3. In Solution Explorer, choose HandlerSample and build it.
4. After build is completed, HandlerSample plugin is generated in SRP-Plugin\Release\module folder.