Modern developers prefer REST over raw SDKs. Recently, Fingerspot has introduced cloud-based APIs. While the term is still highly searched, the future lies in OpenAPI specifications and Swagger files hosted on GitHub.
ariefrahmansyah/fingerplus: Fingerspot EasyLink SDK · GitHub fingerspot sdk github
The Fingerspot SDK is designed to interface with embedded Linux-based fingerprint terminals. It operates primarily on a Client-Server architecture. Modern developers prefer REST over raw SDKs
FingerSpotDevice device = new FingerSpotDevice(); device.IPAddress = "192.168.1.100"; device.Port = 4370; device.CommKey = "1234"; device.IPAddress = "192.168.1.100"