Metadata-Version: 2.1
Name: robotpy-halsim-ds-socket
Version: 2025.0.0b3
Summary: WPILib simulator DS Socket Extension
Home-page: https://github.com/robotpy/robotpy-halsim-gui
Author: RobotPy Development Team
Author-email: robotpy@googlegroups.com
License: BSD-3-Clause
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: robotpy-hal==2025.0.0b3
Requires-Dist: robotpy-wpinet==2025.0.0b3

robotpy-halsim-ds-socket
==================

Installing this package will allow you to utilize the 2020+ WPILib GUI
DS Socket from a RobotPy program.

Usage
-----

First, install pyfrc. Then run your robot with the 'sim' argument and --ds-socket flag:

    # Windows
    py -3 -m robotpy sim --ds-socket

    # Linux/OSX
    python3 -m robotpy sim --ds-socket

WPILib's documentation for using the simulator can be found at http://docs.wpilib.org/en/latest/docs/software/wpilib-tools/robot-simulation/
