#interface #websocket #ipc #serde #connect #pros-simulator

pros-simulator-interface

Connect your app to the pros-simulator crate

5 releases (breaking)

0.5.0 Jan 5, 2024
0.4.0 Dec 21, 2023
0.3.0 Dec 9, 2023
0.2.0 Nov 28, 2023
0.1.0 Nov 24, 2023

#107 in Robotics


Used in 2 crates

MIT license

6KB
56 lines

PROS Simulator Interface

Connect your app to pros-simulator

CI Status MIT License Crates.io

Installation

cargo add pros-simulator-interface

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.

Dependencies

~0.4–1MB
~24K SLoC