Installation Guide
Get started with the STOMP SDK and command-line interfaces.
1. Install Node SDK
Install the core STOMP client SDK module via npm or yarn. This library acts as the interface to manage OBD-II telemetry streams and configure geo-event routing rules.
npm install @stomp/sdk --save2. CLI Setup
The STOMP CLI allows admins to test triggers, run mock telematics, and verify DNS custom configurations from local terminals.
npm install -g @stomp/cli3. Verification
Verify command line utility installation by running check commands:
stomp --version