Skip to content

Team6083/OverDashboard-electron

Repository files navigation

CircleCI dependencies Status Codacy Badge

OverDashboard-electron

Team 6083's FRC robot dashboard.

Overview

這個dashboard使用 electron 為基底 介面以靜態HTML+javascript更新資料

wpilib-nt-client接收Networktable的資料 透過ipc傳送給javascript接收

Installation and use

透過安裝檔:

  1. 下載 最新版釋出
  2. 執行 OverDashboard_Setup.exe 安裝

透過原始碼:

需要 nodejsnpm

  1. 完成安裝上述需求
  2. 使用 git clone https://github.com/Team6083/OverDashboard-electron.git 下載GitHub專案
  3. 進入專案資料夾 cd OverDashboard-electron
  4. 使用 npm install 下載其他編譯需求軟體
  5. npm start 啟動dashboard