Skip to content

Instantly share code, notes, and snippets.

View Hyurt's full-sized avatar

Elie Alawoe Hyurt

  • Mobiviadatabase
  • France
View GitHub Profile
@Hyurt
Hyurt / main.py
Last active October 22, 2022 19:59
GT7 Telemetry to dictionary
import socket
import sys
import struct
# pip3 install salsa20
from salsa20 import Salsa20_xor
import os
#https://github.com/Nenkai/PDTools/blob/master/SimulatorInterface/SimulatorInterface.cs
SendDelaySeconds = 10
ReceivePort = 33740
SendPort = 33739