Difference between revisions of "EdgeSense Southbound Service Development"
From ESS-WIKI
(.) |
(.) |
||
Line 35: | Line 35: | ||
2. Change Solution Configurations to Release , change Solution Platforms to Win32. | 2. Change Solution Configurations to Release , change Solution Platforms to Win32. | ||
− | [[File:EdgeSense Southbound Service VS.png]] | + | [[File:EdgeSense Southbound Service VS.png|RTENOTITLE]] |
3. In Solution Explorer, choose HandlerSample and build it. | 3. In Solution Explorer, choose HandlerSample and build it. | ||
+ | |||
+ | [[File:EdgeSense Southbound Service HandlerSample.png]] | ||
== Development for Ubuntu 16.04 == | == Development for Ubuntu 16.04 == |
Revision as of 04:11, 23 July 2019
Contents
Introduction
You will need SRP-Plugin and Agentlite.
SRP-Plugin is xxx
Agentlite is for run-time.
Development
Requirement
For Windows development, you will need Visual Studio.
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.