Skip to content

Testing the Sending and Receiving of Telemetry Data

jhhocs edited this page Mar 22, 2024 · 5 revisions

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

  1. Install .NET 7.0
  2. Install Python

Instructions

  1. Setup Docker Container
  2. Set up Python Virtual Environment
  3. ...
Clone this wiki locally