Difference between revisions of "SUSI"

From ESS-WIKI
Jump to: navigation, search
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== Introduction ==
+
[[File:select_EISS_SUSIAPI20180126152759.jpg|600px]]
  
When developers want to write an application that involves hardware access, they have to study the specifications to write the drivers. This is a time-consuming job and requires lots of expertise. Advantech has done all the hard work for our customers with the release of a suite of Software APIs, Application Programming Interfaces, which is ''a Bridge to Simplify & Enhance H/W & Application Implementation Efficiency''. Nowadays, Advantech provide our sample application demos, HW drivers and APIs. The drivers which are keeping in maintain included Secured & Unified Smart Interface (SUSI) 4.0, 3.02 and iManager 2.0. Only SUSI4 driver is on developing, so we recommend SUSI4 to new customers.
+
------------
  
== Drivers of APIs ==
+
=='''Introduction'''==
 +
 
 +
When developers want to write an application that involves hardware access, they have to study the specifications to write the drivers. This is a time-consuming job and requires lots of expertise. Advantech has done all the hard work for our customers with the release of a suite of Software APIs, Application Programming Interfaces, which is <i>a Bridge to Simplify &amp; Enhance H/W &amp; Application Implementation Efficiency</i>. Nowadays, Advantech provides our sample application demos, HW drivers and APIs. The drivers which are keeping in maintenance included Secured &amp; Unified Smart Interface (SUSI) 4.0, 3.02 and iManager 2.0. Only SUSI4 driver is on developing, so we recommend SUSI4 to new customers.
 +
 
 +
=='''Drivers and APIs'''==
  
 
=== iManager 2.0 ===
 
=== iManager 2.0 ===
Line 16: Line 20:
  
 
SUSI 4.0 driver supports include not only newer SUSI 4.0 APIs, but also the APIs of SUSI 3.02 and iManager 2.0. Therefore, the old customers, who bought SUSI 3.02 or iManager 2.0 before, can install SUSI 4.0 driver with no effort. Customers will enjoy better performance which is SUSI 4.0 driver carries out.
 
SUSI 4.0 driver supports include not only newer SUSI 4.0 APIs, but also the APIs of SUSI 3.02 and iManager 2.0. Therefore, the old customers, who bought SUSI 3.02 or iManager 2.0 before, can install SUSI 4.0 driver with no effort. Customers will enjoy better performance which is SUSI 4.0 driver carries out.
 +
 +
=== SUSI AI ===
 +
 +
SUSI AI is used to get and set information of AI accelerated devices, such as NVIDIA x86 GPU card, NVIDIA ARM platform, and Intel x86 CPU / GPU; meanwhile, information of docker image and container could be retrieved as well.
 +
 +
=== SUSI Device ===
 +
 +
SUSI Device is auxiliary library that depends on SUSI library, making customers access some SMBus devices, such as G-Sensor, RAM, Battery and so on, more efficiently.
 +
 +
=== SUSI CANBus ===
 +
 +
SUSI CANBus API provides customers to manipulate Advantech Embedded Controller functions, including send, receive and set configuration etc.
 +
 +
=== SUSI IoT ===
 +
 +
SUSI IoT is an IoT-oriented library aiming at simplifying the complicated IoT integration developing works. SUSI IoT provides an simple unified interface sets to our users to access various of hardware or software modules.
 +
*[[SW_Service/SUSI_IoT|More SUSI IoT]]
 +
 +
=='''Installation'''==
 +
 +
==== Installation on Windows ====
 +
 +
Provided with a installer package, follow the steps to install SUSI in Windows OS.
  
 
==== Installation on Linux ====
 
==== Installation on Linux ====
Line 21: Line 48:
 
===== 1. Installation =====
 
===== 1. Installation =====
  
Untar the SUSI 4.0 tar.gz file
+
Untar the SUSI 4.2 tar.gz file
  
[[File:SUSI4.0 1.png|500x600px|SUSI4.0_1.png]]
+
[[File:Untar.png|600px]]
  
Change directory to “SUSI4.0.*/Driver” folder and execute "make install "
+
Change directory to “SUSI4.2.*/Driver” folder and execute "install.sh" and accept the license agreement.
  
[[File:SUSI4.0 3.png|500x600px|SUSI4.0_3.png]]
+
[[File:Install.png|600px]]
  
 
===== 2. Uninstallation =====
 
===== 2. Uninstallation =====
  
Change directory to “SUSI4.0.*/Driver” folder and execute "make uninstall "
+
Change directory to “SUSI4.2.*/Driver” folder and execute "install.sh u".
 
 
[[File:SUSI4.0 5.png|500x600px|SUSI4.0_5.png]]
 
 
 
=== SUSI Device ===
 
 
 
SUSI Device is auxiliary library that depend on SUSI library.
 
  
== Document ==
+
[[File:Uninstall.png|600px]]
  
*[[Media:IManager_2.0_Software_API_user_manual_ed.1.pdf|<big><big>''iManger 2.0 API User Manual''</big></big>]]
+
=='''Document'''==
*[[Media:SUSI_V3.02_API_UserManual.pdf|<big><big>''SUSI 3.02 API User Manual''</big></big>]]
+
*[https://github.com/ADVANTECH-Corp/SUSI/tree/master/UserManual <big>''SUSI User Manual''</big>]
*[[Media:SUSI4_User_Manual.pdf|<big><big>''SUSI 4.0 API User Manual''</big></big>]]
 
*[[Media:SusiDevice_User_Manual.pdf|<big><big>''SUSI Device API User Manual''</big></big>]]
 
*[[SW_Service/API/SUSI4.0_USER_MANUAL|<big><big>''SUSI 4.0 User Manual''</big></big>]]
 
  
== SUSI Sample Code ==
+
=='''SUSI4 Sample Code'''==
  
*[[Media:SUSI4_User_Manual.pdf|<big><big>''SUSI 4.0 API User Manual''</big></big>]]
+
*[https://github.com/ADVANTECH-Corp/SUSI/tree/master/SampleCode <big>''SUSI Sample Code''</big>]
*[[SW_Service/API/SUSI4.0_USER_MANUAL|<big><big>''SUSI 4.0 User Manual''</big></big>]]
 

Latest revision as of 09:49, 22 December 2023

Select EISS SUSIAPI20180126152759.jpg


Introduction

When developers want to write an application that involves hardware access, they have to study the specifications to write the drivers. This is a time-consuming job and requires lots of expertise. Advantech has done all the hard work for our customers with the release of a suite of Software APIs, Application Programming Interfaces, which is a Bridge to Simplify & Enhance H/W & Application Implementation Efficiency. Nowadays, Advantech provides our sample application demos, HW drivers and APIs. The drivers which are keeping in maintenance included Secured & Unified Smart Interface (SUSI) 4.0, 3.02 and iManager 2.0. Only SUSI4 driver is on developing, so we recommend SUSI4 to new customers.

Drivers and APIs

iManager 2.0

Advantech's EC platforms come equipped with iManager, a micro controller that provides embedded features for system integrators. Embedded features have been moved from the OS/BIOS level to the board level, to increase reliability and simplify integration.

SUSI 3.02

SUSI 3.02 provides not only the underlying drivers required but also a rich set of user-friendly, intelligent and integrated interfaces, which speeds development, enhances security and offers add-on value for Advantech platforms. SUSI plays the role of catalyst between developer and solution, and makes Advantech embedded platforms easier and simpler to adopt and operate with customer applications.

SUSI 4.0

SUSI 4.0 driver supports include not only newer SUSI 4.0 APIs, but also the APIs of SUSI 3.02 and iManager 2.0. Therefore, the old customers, who bought SUSI 3.02 or iManager 2.0 before, can install SUSI 4.0 driver with no effort. Customers will enjoy better performance which is SUSI 4.0 driver carries out.

SUSI AI

SUSI AI is used to get and set information of AI accelerated devices, such as NVIDIA x86 GPU card, NVIDIA ARM platform, and Intel x86 CPU / GPU; meanwhile, information of docker image and container could be retrieved as well.

SUSI Device

SUSI Device is auxiliary library that depends on SUSI library, making customers access some SMBus devices, such as G-Sensor, RAM, Battery and so on, more efficiently.

SUSI CANBus

SUSI CANBus API provides customers to manipulate Advantech Embedded Controller functions, including send, receive and set configuration etc.

SUSI IoT

SUSI IoT is an IoT-oriented library aiming at simplifying the complicated IoT integration developing works. SUSI IoT provides an simple unified interface sets to our users to access various of hardware or software modules.

Installation

Installation on Windows

Provided with a installer package, follow the steps to install SUSI in Windows OS.

Installation on Linux

1. Installation

Untar the SUSI 4.2 tar.gz file

Untar.png

Change directory to “SUSI4.2.*/Driver” folder and execute "install.sh" and accept the license agreement.

Install.png

2. Uninstallation

Change directory to “SUSI4.2.*/Driver” folder and execute "install.sh u".

Uninstall.png

Document

SUSI4 Sample Code