modulepackage
0.0.0-20250223130948-b99bf47f9660
Repository: https://github.com/sparkoo/acctelemetry-go.git
Documentation: pkg.go.dev
# README
acctelemetry-go
Simple Go library to read Assetto Corsa Competizione telemetry
Runs only on Windows!
How to use
ACC must be running. Otherwise, telemetry.Connect()
will fail with an error.
Methods StaticPointer()
, PhysicsPointer()
and GraphicsPointer()
returns pointer to shared memory, so data will change over time. It's up to client code to create snapshot of the data if they wish so.
RealtimeCarUpdate()
is read from UDP broadcast and it returns instance of latest RealtimeCarUpdate
state.
Example:
see examples/main.go
Configs:
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
we don't care about below types for reading the telemetry.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
we don't care about below types for reading the telemetry.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author