PROS Simulator Interface
Connect your app to
pros-simulator
This crate is unmaintained and deprecated and only ever supported PROS programs written in Rust. You should consider using vexide (a Rust framework with built-in simulation capabilities) or vex-v5-qemu (which supports simulating PROS programs written in C++).
Installation
Overview
The SimulatorEvent type contained in this crate is used by the pros-simulator crate to communicate with applications. It implements serde::Serialize and serde::Deserialize, making it easy to send and receive data over IPC or WebSocket.