This guide helps you get started with the Teltonika SDK, a TypeScript library designed to interact with Teltonika telematics devices (such as GPS trackers).
The SDK provides tools to:
Before you begin, ensure you have the following:
Install the SDK from npm:
npm install @groupe-savoy/teltonika-sdk
Or using pnpm:
pnpm add @groupe-savoy/teltonika-sdk
Import the components you need from the SDK:
import {
TeltonikaCodec8eParser,
TeltonikaTCPServer,
} from '@groupe-savoy/teltonika-sdk';
From here, you can either:
To learn more about each feature, refer to the dedicated guides below:
If you encounter issues or want to contribute:
You're now ready to start building with Teltonika devices