EricTurner3 / s550-canbus

Research and scripts for the Ford S550 Mustang CAN Bus
5 stars 0 forks source link

Re-enable multithreading / multiprocessing #1

Open EricTurner3 opened 1 year ago

EricTurner3 commented 1 year ago

Originally I had the can messages in different threads, based off of the speed the messages came in real life. Once I hooked the script up to forza, I just did one master thread where all messages were just going out instantly. It seems to work fine, but may be better to try and get the multiprocessing working again with game data.

EricTurner3 commented 1 year ago

Re-enabled threads, however trying to wait for the speeds is causing immense lag with the game data so I turned that portion off still