Kerbal Telemetry

Prerequisites

Game Setup

You will need to have the following installed and set up:

Development Setup

You will need to have the following installed:

Getting Started

Set up Python virtual environment

You can read more about setting up Python virtual environments here.

Linux / MacOS

python3 -m venv venv
source venv/bin/activate

Windows

python -m venv venv
venv\Scripts\activate

Install Python dependencies

pip install -r requirements.txt

Run the Docker containers

docker-compose up

Run the telemetry script

python src/__main__.py

Set up Elasticsearch / Kibana

You can access Kibana at http://localhost:5601.

TODO