Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/grebneerg/libds-rs

An unfinished implementation of the FRC driver station protocol in Rust
https://github.com/grebneerg/libds-rs

first-robotics-competition frc frc-power-up

Last synced: 16 days ago
JSON representation

An unfinished implementation of the FRC driver station protocol in Rust

Awesome Lists containing this project

README

        

# libds

An implementation of the [FIRST Robotics Competition](https://www.firstinspires.org/robotics/frc) driver station communication protocol in Rust.

## What can it do?
It can enable robots and set some information, but anything using TCP (including joysticks and gamedata) does not work. Contributions are welcome, but if you are looking for something usable then the [ds-rs](https://github.com/first-rust-competition/ds-rs) project is a better choice.