Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mechanical-advantage/networkalerts
A Shuffleboard plugin for displaying persistent alerts.
https://github.com/mechanical-advantage/networkalerts
Last synced: 2 months ago
JSON representation
A Shuffleboard plugin for displaying persistent alerts.
- Host: GitHub
- URL: https://github.com/mechanical-advantage/networkalerts
- Owner: Mechanical-Advantage
- Created: 2021-08-05T22:10:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-02T05:35:37.000Z (about 1 year ago)
- Last Synced: 2024-05-07T18:11:42.313Z (8 months ago)
- Language: Java
- Homepage:
- Size: 564 KB
- Stars: 6
- Watchers: 4
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shuffleboard Network Alerts Plugin
This plugin provides a widget for displaying persistent alerts sent from robot code. See the robot-side implementation [here](https://github.com/Mechanical-Advantage/RobotCode2023/blob/main/src/main/java/org/littletonrobotics/frc2023/util/Alert.java).## Installing
The JAR file is included as part of the latest release. To install the plugin, place this file in the `~/Shuffleboard/plugins` folder. To build the project locally, clone the repository and run the command `./gradlew installPlugin`