AIM WebSocket API#
This section focuses on how to use the VEXcode AIM Python API when running projects remotely over a WebSocket connection. The commands and structure are the same as on-robot Python projects, with a few noted differences in behavior.
Using the VEXcode AIM Python API – Reference documentation for on-robot Python commands.
AIM WebSocket Differences – Highlights differences between local and remote execution via WebSocket.
Included Examples – Browse basic and advanced sample Python projects to learn how the WebSocket API works in practice.