Hi, I'm fairly new to python programming (and programming as a whole). I have an idea for a simple application that I would like to make, but I can't figure out how to listen to the shared memory. I have found this: API For External Apps - Project CARS 2 with information on the variables you can get as well as to listen to $pcars2$, but not HOW to do that. The extent of my knowledge with APIs would be something like: api_request = requests.get("-URL-") But as I understand shared memory works differently. Could someone help me get started? I tried google but came up empty handed, I have no idea how to start.
Hi GAFChuck, I'm also starting out on this journey and came across your post. Have you found any useful resources to get started?