Skip to main content

Realtime API

Version v2.0.0 (Current): Check it out!

JUNE 2024
April 2024
September 2023
  • Added limits to Realtime API for better concurrency and response times here
August 2023
  • Upgraded data fetching mechanism from NATS client SDK to websockets, providing real-time data updates.
  • Implemented topic and vehicle filtering options, allowing users to focus on specific data of interest.
  • Optimized data transmission by converting protobuf to JSON on the server end, eliminating the need for protobufs on the client side.
  • Added AWS Cognito authentication for enhanced security and user management.
  • Introduced video data transmission via websockets, utilizing protobufs for efficient handling of large video data.

Version v1 (Discontinued):

  • Utilized NATS client SDK for data retrieval.
  • Provided topic and vehicle filtering options.
  • Employed protobufs to convert data to JSON on the client side.

Note: Version 1 has been discontinued in favor of the more advanced and feature-rich Version 2, which offers enhanced filtering options and improved data retrieval capabilities.