Files
allwpilib/simulation/halsim_ws_core
Thad House ce6fd225a6 [hal,wpilib] Add support for joystick outputs (#8385)
Support joystick outputs, including Rumble and LEDs.

Also requires an update to Joystick descriptors, as that has also
changed in mrccomm to support showing what outputs are supported.
2025-11-17 15:36:14 -07:00
..

HAL WebSockets Core

This is the common WebSockets implementation shared by the HAL WebSockets Client and HAL WebSockets Server extensions. It is not a standalone extension.

These extensions provide a WebSockets API for transmitting robot hardware interface state over a network and implement the Robot Hardware Interface WebSockets API specification. See the specification for more details on the protocol.