Skip to content

Instantly share code, notes, and snippets.

@makvoid
Last active March 27, 2022 00:58
Show Gist options
  • Save makvoid/759f7b8027e4b73e26bb979b0b25901f to your computer and use it in GitHub Desktop.
Save makvoid/759f7b8027e4b73e26bb979b0b25901f to your computer and use it in GitHub Desktop.
Struct formats for the Forza data packets
# Sled / Default format (FM7)
default_format = '<iI27f4i20f5i'
# Dash format (FM7)
dash_format = default_format + '17fH6B3b'
# Horizon format (FH4+)
horizon_format = default_format + 'i19fH6B4b'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment