The Classic SDK is end-of life
Consider using the new and improved PST SDK instead

The Classic SDK is considered to be a legacy SDK and is no longer actively supported. The PST SDK is the recommended way for integrating the PST into your own solution.

Explore PST SDK

Classic SDK

The Classic SDK offers real-time access to the tracking data produced by the PST. Offering a native C API as well as bindings for C# and Python, it acts as a middle-ware layer between the PST Client application and your own application. Having data gathering as its sole purpose, it has a simple and easy to use API that can quickly be implemented.

Connect through the PST Client

The Classic SDK offers a simple data-only communication protocol that operates through the PST Client application. This means that the PST Server and PST Client applications need to be running at all times.

Advanced control of the PST unit is not possible through the classic SDK and is only offered through the PST SDK.

Get the integration started

With only a small amount of code you can create an application that receives tracking data through the PST Client.

This example is a fully functional Classic SDK application that connects to the PST and prints tracking data to the command line.

SDK Documentation

The Classic SDK is simple and easy to use. For a more detailed description of the C API offered by the Classic SDK, please check out the Classic SDK documentation.

Learn More