/PXG_Telemetry_fork

Fork from https://bitbucket.org/Fiingon/pxg-f1-telemetry/src/master/

Primary LanguageC++GNU General Public License v3.0GPL-3.0

PXG F1 Telemetry is a tool to record, review and analyse UDP telemetry data from Codemasters F1 2019. It was originally written by Thibaud Rabillard and the original repo is available at https://bitbucket.org/Fiingon/pxg-f1-telemetry/src/master/.

Readme

Original readme.

License

This software is licensed under GPLv3.

Qt

This software uses Qt under GPLv3 license. More information about using Qt for open source at https://www.qt.io/download-open-source#obligations.

Compilation

  • Download and install the open source version of Qt 5.14.1 or higher from www.qt.io
  • Open "F1Telemetry.pro" with Qt creator and compile the project

Deployment

macOS

  • Add a custom build step in Qt Creator:
  • Command: $QTDIR/bin/macdeployqt
  • Arguments: src/PXG\ F1\ Telemetry.app

Windows

  • Add a custom build step in Qt Creator:
  • Command: %QTDIR%/bin/windeployqt.exe
  • Arguments: "src\release\PXG F1 Telemetry.exe" --dir package
  • Copy "PXG F1 Telemetry.exe" in the package directory
  • Install and copy the OpenSSL dll inside the package directory

Original author

Thibaud Rabillard