ftc-dashboard

Installation
SKILL.md

FTC Dashboard

React-based web dashboard for monitoring FTC robots during operation.

Access the dashboard at: http://192.168.43.1:8080 (Control Hub) or http://192.168.49.1:8080 (phone)

Quick Start

Installation

  1. Add the Maven repository to build.dependencies.gradle:
repositories {
    maven { url = 'https://maven.brott.dev/' }
}
  1. Add the dependency:
Installs
3
GitHub Stars
3
First Seen
Feb 6, 2026
ftc-dashboard — ncssm-robotics/ftc-claude