Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:possible_integration_options_2_in_biostar_2 [2019/10/29 13:59]
jhlee2 [What Omnis And Novus Are]
en:possible_integration_options_2_in_biostar_2 [2019/10/29 15:44] (current)
jhlee2 [What Omnis And Novus Are]
Line 31: Line 31:
  
  
 +
 +==== How To Integrate Your System with SVP Android SDK ====
 +
 + SVP Android SDK is targetted for the sites where the full Time & Attendance system already exists.
 + ​Before the SVP Android SDK released, you had to integrate a part of your server with BioStar Device SDK to get an interoperable system with Suprema biometric devices. But with SVP Android SDK, you can create your own application to use Suprema biometric solution.
 +
 + ​Unlike BioStar Device SDK, SVP Android SDK supports less APIs then before. As we mentioned, SVP Android SDK is for creating your customized firmware as an Android application,​ Suprema supports the basic APIs for operating the device and biometric solution. The latest version supports 32 APIs and 9 callback functions so the limitation of integration get reduced. For example, saving logs were mandatory for original Suprema devices and BioStar SDK supports Log APIs to manage logs, however, there is no Log APIs in SVP Android SDK. If you want to save logs in the device, collect and manage with your system, you can develop the features through basic Android APIs.
 +
 + The following table is a comparison between BioStar 2 Device SDK and SVP Android SDK.
 +
 +{{ :​en:​biostar2devicesdkvssvpandroidsdk.png?​nolink |}}
 +
 +** [Figure 2. BioStar 2 Device SDK vs SVP Android SDK] **
 +
 + In the same manner as the BioStar Device SDK, SVP Android SDK supports online guide from installation to API description.
 + You can check up the SVP Android SDK's online guide from the link below.
 +  * [[http://​kb.supremainc.com/​svpsdk/​doku.php?​id=en:​start|Suprema Knowledge Base for SVP Android SDK]]
 +  * Download Link for SVP Android SDK : [[https://​github.com/​Suprema-SVP/​SVP_Android_SDK|link]]
 +
 +
 +==== Sample Operation Diagram with SVP Android SDK ====
 +
 +{{ :​en:​sampleoperation1.png?​nolink |}}
 +
 +{{ :​en:​sampleoperation2.png?​nolink |}}