Do not follow this link

~jhagborg/ds-rs

Clone of https://gitlab.com/Redrield/ds-rs
Don't panic on unresolvable roborio address
Use mDNS instead of hardcoded IP addresses
72979c93 — Kaitlyn Kenwell 2 years ago
Merge pull request #5 from first-rust-competition/dependabot/cargo/socket2-0.3.19

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~jhagborg/ds-rs
read/write
git@git.sr.ht:~jhagborg/ds-rs

You can also use your local clone with git send-email.

Version badge

#ds: A library for controlling FIRST Robotics Competition robots

ds provides the means to create an FRC driver station, allowing you to enable, and control robots without the use of the official, windows-only driver station.

For a project written using this library, see Conductor, a cross-platform driver station written with this library.

The libDS subdirectory is a crate exposing a C API around ds-rs.

#Note about the FMS

This crate is intended to create driver stations usable for quick iterations in a shop setting, for users who participate in FRC with a non-Windows computer. Due to this, FMS support is purposely omitted from the protocol stack. The NI Driver Station is the only DS that should be used in a competition setting, and any PRs attempting to add support for the Field Management System to this library will be closed immediately.

Do not follow this link