This Python application is designed to receive information from FRC (FIRST Robotics Competition) robots using NTCore and WebSocket. It establishes a WebSocket server to make the received data accessible.
- Collect and transmit data from FRC robots using NTCore.
- Expose the data through a WebSocket server for real-time monitoring and analysis.
- Python 3.x
- NetworkTables (NTCore) library
- Websockets library
- Clone this repository to your local machine:
git clone https://github.com/WoXy-Sensei/python-ntcore-websocket
- Start the FRC robot data server:
py main.py
- The WebSocket server will be accessible at
ws://127.0.0.1:8000
. You can connect to this WebSocket to receive real-time data from FRC robots.
If you'd like to contribute to this project, please follow these steps:
- Open an issue to discuss proposed changes or new features.
- Fork the repository and create a new branch.
- Make your changes and submit a pull request.
This project is licensed under the MIT License.