In inspiration from https://github.com/fabiomix here is a small modification to gather data from Forza Telemetry over UPD stream to feed into the Kuksa.val databroker with python sdk.
Enable data-out feature in game settings, pointing to the host that runs docker, port 9999
Settings -> GHUD and Gameplay -> (last settings of the long list)
Dataoutput=ON, IP=<IP adress of recieving PC/RaspberryPI>, PORT=9999
See details: Forza Motorsport 7 'Data Out' feature details
docker run -it --rm --name Server --network host ghcr.io/eclipse-kuksa/kuksa-databroker:main --insecurepip install kuksa-clientor use venv:
python -m venv my-venv
my-venv/bin/pip installpython3 ForzaUdpDatabroker-proxy.pyor
my-venv/bin/python3 ForzaUdpDatabroker-proxy.pyRun databroker client
docker run -it --rm --net=host ghcr.io/eclipse-kuksa/kuksa-python-sdk/kuksa-client:main
subscribe Vehicle.Body.Lights.Brake.IsActiveSee the output when pressing the Brake in Forza