#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

#105 in Robotics

Download history 119/week @ 2024-02-22 45/week @ 2024-02-29 9/week @ 2024-03-07 35/week @ 2024-03-14 11/week @ 2024-03-28 5/week @ 2024-04-04

82 downloads per month
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