Skip to content

A lightweight interface for receiving real-time telemetry from Assetto Corsa’s UDP broadcast.

License

Notifications You must be signed in to change notification settings

lewpar/AssettoNet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AssettoNet

AssettoNet is a .NET Standard library designed for developers to connect to the Assetto Corsa UDP telemetry server and retrieve real-time car telemetry data. This library provides an easy-to-use interface for subscribing to telemetry events, such as car position updates, lap times, and other physics data.

Features

✅ Connect to the Assetto Corsa UDP server

✅ Receive real-time telemetry updates

✅ Subscribe to different event types (e.g., lap completion, physics updates)

✅ Lightweight and easy to integrate

Install

Add the AssettoNet package through the Nuget Package Manager or install manually:

dotnet add package AssettoNet

Usage

You can view an example project here.

Requirements

  • .NET Standard 2.1
  • Assetto Corsa

License

  • MIT

About

A lightweight interface for receiving real-time telemetry from Assetto Corsa’s UDP broadcast.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages