Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 715 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 715 Bytes

DolphinPythonSocket

Python Script to be run on Dolphin's new Scripting Version, allows external access to Dolphin Scripts.

Documentation

Documentation on the following is Available.

Note that all operations are so small and structured due to the desire to have this be as fast as possible. This translation layer is happening in Python, potentially at dealing with multiple exchanges on a 16~ ms interval, and is using standard libraries for maximum compatibility. I don't want to consume JSON, as tempting as it is.