Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grebneerg/libds-rs
- Owner: grebneerg
- Created: 2018-11-13T01:36:55.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-22T14:51:40.000Z (about 5 years ago)
- Last Synced: 2024-10-30T19:46:08.467Z (2 months ago)
- Topics: first-robotics-competition, frc, frc-power-up
- Language: Rust
- Homepage:
- Size: 85.9 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.