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