Testing the Sending and Receiving of Telemetry Data
This page provides instructions on how to set up and test:
- The RabbitMQ connection from vehicle integration to backend
- The WebSocket connection between frontend and backend
- The saving of telemetry data to the Redis database
Prerequisites
Section titled “Prerequisites”Instructions
Section titled “Instructions”- Setup Docker Container
- Set up Python Virtual Environment
- …