wpilibsuite / xrp-wpilib-firmware

6 stars 7 forks source link

UDP Protocol Implementation #19

Closed zhiquanyeo closed 9 months ago

zhiquanyeo commented 9 months ago

This PR implements the custom binary protocol over UDP as described in https://github.com/wpilibsuite/allwpilib/tree/main/simulation/halsim_xrp

This will require the newer version of WPILib that utilizes the halsim_xrp plugin.