Team 6083's FRC robot dashboard.
這個dashboard使用 electron
為基底 介面以靜態HTML+javascript更新資料
用 wpilib-nt-client
接收Networktable的資料 透過ipc傳送給javascript接收
透過安裝檔:
- 下載 最新版釋出
- 執行
OverDashboard_Setup.exe
安裝
透過原始碼:
- 完成安裝上述需求
- 使用
git clone https://github.com/Team6083/OverDashboard-electron.git
下載GitHub專案 - 進入專案資料夾
cd OverDashboard-electron
- 使用
npm install
下載其他編譯需求軟體 npm start
啟動dashboard