Crates.io | gt7_server |
lib.rs | gt7_server |
version | 1.1.1 |
source | src |
created_at | 2024-10-19 01:57:28.3989 |
updated_at | 2024-10-23 17:13:08.177099 |
description | A server for GT7 telemetry data processing. |
homepage | |
repository | https://github.com/Souldiv/gt7-telemetry-server |
max_upload_size | |
id | 1415025 |
size | 500,503 |
GT7 Telemetry Server is a server that listens for data from a GT7 UDP socket server and broadcasts decrypted data to a WebSocket server for easy consumption by a frontend.
Follow the instructions in the release section to install the server.
This is a basic example of a dashboard that can be used to visualize the data output by the telemetry server.
Run the telemetry server.
cargo run
Run basic python server in the example folder to visualize data.
python -m http.server 8080
Access the dashboard at http://localhost:8080
.
gt7_server <playstation_ip: Default 192.168.1.85> <websocket_port: Default 8080>
This project was inspired by the work of others https://www.gtplanet.net/forum/threads/gt7-is-compatible-with-motion-rig.410728 and people like Bornhall, Nenkai, Stoobert and more.