pcars
pcars copied to clipboard
Python client for Project CARS UDP data stream.
I'm trying to use this module with Project Cars 2 to send the data over a socket connection to another PC, which acts as a HUD. My code is as...
Info
Hello, I'm trying to figure out the operation of reading data between ProjectCars and UDP, I saw your library, and I wanted to ask you in what format the data...
Hello there, I'm really new to Python and UDP messaging, so excuse me if I'm committing dumb mistakes. For starters, I'm running python via Visual Studio due to reasons to...
Hi. Awesome code. However, im using it with pcars2 and everything works except once in a while, ill get an error: ValueError: 256 is not a valid PitSchedule ive tried...
enum.py - Added the missing "REPLAY_WATCHING" item from GameState stream.py - Changed the socket receive function to allow the identification of the IP sending the multicast packets - useful for...