Files
allwpilib/simulation/halsim_ws_core
Thad House fc56f8049a [wpilib] DriverStation: Change alliance station to use optional (#5229)
Many teams have issues trying to read the DS too early. By switching to an optional, we cause teams to check 2 things. Either 1) they explicitly check, and their code is correct, or 2) they just read .value() and their code reboots in a loop. However, because the DS will eventually connect, this 2nd case is ok, and should theoretically be undetectable on the field.
2023-07-22 15:19:28 -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.