Dear Valued Partners,
Release Date: 2023-2-21
A new official Suprema G-SDK V1.5.0 has been released recently with some bug fixes with new features.
In addition, we changed the existing Gitbut link and the SDK manual site as follows.
New Site of G-SDK online manual: https://supremainc.github.io/g-sdk/
New Site of G-SDK download: https://github.com/supremainc/g-sdk/releases
The G-SDK V1.5.0 Manual & Download Link is on the new webpage below.
Up to Feb-20-2023 | From Feb-21-2023 | |
SDK Manual | https://supremainc.github.io/g-sdk/ | |
SDK Download Page | https://github.com/supremainc/g-sdk/releases |
New features
- BioStation 3 is supported.
- For the feature list of BioStation 3, please visit [BioStar 2] New Product Introduction - BioStation 3.
- X-Station 2 is supported.
- For the feature list of X-Station 2, please visit [BioStar 2] New Product Introduction: X-Station 2
- FaceStation F2 is supported.
- For the feature list of FaceStation F2, please visit [BioStar 2] New Product Introduction - FaceStation F2
- GetCapability API has been added.
- Support for the RtspConfig, VoipConfigEx, CardConfig, DisplayConfig, FaceConfig, FingerConfig, QRConfig, SystemConfig, ThermalConfig, and WiegandConfig.
- To prevent namespace conflicts, the prefix gsdk. is added to all namespaces.
- v1.4: display, system, rs485, connect, etc.
- v1.5: gsdk.display, gsdk.system, gsdk.rs485, gsdk.connect, etc.
Caution When upgrading to v1.5, you must change the namespace within the project for proper operation.
Information 1. The former timeSvc namespace has been changed to time. 2. When you create the Stub in Client side as NewStub and call APIs, you have to make NewStub as SingleTone.