Skip to content

Dreagonmon/truck_telemetry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

truck-telemetry

using scs-sdk-plugin by RenCloud

SCS Telemetry for EuroTruckSimulator 2 and AmericanTruckSimulator

Supported Version

Current supported:

Useage

Download supported version scs-sdk-plugin, and follow the guide to install.

pip install truck-telemetry

import truck_telemetry
truck_telemetry.init()
# read data, it`s slow... cache what you need.
data = truck_telemetry.get_data() # type: dict
# using data
speed = data["speed"] # type: float

More dict keys:

About

Telemetry data from the scs-sdk-plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages