{"id":50368418,"url":"https://github.com/weaming/gt7-go","last_synced_at":"2026-05-30T05:30:31.553Z","repository":{"id":355084489,"uuid":"1226323746","full_name":"weaming/gt7-go","owner":"weaming","description":"GT7 telemetry dashboard for real-time lap analysis, replay recording, lap comparison, racing line visualization, tire slip, fuel strategy, and corner analysis.  GT7 实时遥测看板，支持圈速分析、回放录制、圈速对比、赛车线可视化、轮胎滑移、燃油策略和弯道分析。","archived":false,"fork":false,"pushed_at":"2026-05-01T18:40:49.000Z","size":4246,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-05-01T20:25:00.596Z","etag":null,"topics":["dashboard","gran-turismo","gran-turismo-7","gt7","lap-analysis","racing","replay","sim-racing","telemetry"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/weaming.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-05-01T08:42:35.000Z","updated_at":"2026-05-01T18:40:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/weaming/gt7-go","commit_stats":null,"previous_names":["weaming/gt7-go"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/weaming/gt7-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Fgt7-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Fgt7-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Fgt7-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Fgt7-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/weaming","download_url":"https://codeload.github.com/weaming/gt7-go/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/weaming%2Fgt7-go/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33681809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-30T02:00:06.278Z","response_time":92,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dashboard","gran-turismo","gran-turismo-7","gt7","lap-analysis","racing","replay","sim-racing","telemetry"],"created_at":"2026-05-30T05:30:30.641Z","updated_at":"2026-05-30T05:30:31.547Z","avatar_url":"https://github.com/weaming.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# GT7 Dashboard\n\nGT7 实时遥测看板，用于查看圈速、速度、油门、刹车、轮胎滑移、时间差、赛车线、燃油和弯道分析。\n\n## 运行\n\n```bash\nmake run\n```\n\n## 编译\n\n```bash\nmake install\n```\n\n前端始终 embed 到二进制中。\n\n## 字段说明\n\n- `差值`：当前圈速相对本批数据最快有效圈的时间差。\n- `燃油`：该圈消耗燃油，按圈开始和结束燃油量计算。\n- `油%`：全油门 tick 占该圈总 tick 的比例。\n- `刹%`：全刹车 tick 占该圈总 tick 的比例。\n- `滑%`：油门和刹车都为 0 的滑行 tick 比例。\n- `滑移%`：轮胎滑移超过阈值的 tick 比例。\n- `油刹重叠%`：油门和刹车同时输入的 tick 比例；数值越高，说明同一时间踩油门和刹车越多。\n- `赛道`：该圈识别到的赛道名称；没有名称时回退到赛道 ID。\n- `车辆`：遥测里的车辆名称。\n- `备注`：最快圈、最慢圈、参考圈、目标圈、进站圈等标记。\n\n## 按钮流程\n\n- `回放录制`：开启后，回放中的完成圈才会写入历史圈；关闭时只预览当前回放圈。\n- `加载`：从下拉选择一个已保存 JSON，加载后会替换当前 `laps.json`，并做去重。\n- `删除`：删除下拉当前选择的已保存 JSON 文件，不影响当前 `laps.json` 和 `current_lap.jsonl`。\n- `保存全部`：把当前所有完成圈保存到同一个 JSON 文件；保存后清空当前圈、历史圈、`laps.json` 和 `current_lap.jsonl`。\n- `清空`：只清空当前圈、历史圈、`laps.json` 和 `current_lap.jsonl`；不会删除已保存 JSON。\n- 表格里的 `删除`：删除单圈完成圈，并立即保存到 `laps.json`。\n\n保存文件名格式为 `YYYYMMDD_HHMM__赛道__车辆.json`。文件名基于当前完成圈里最早一圈的开始时间生成；加载后继续录制再保存，会覆盖同一个文件。\n\n## 截图\n\n![截图 4](screenshots/4.png)\n\n![截图 1](screenshots/1.png)\n\n![截图 2](screenshots/2.png)\n\n![截图 3](screenshots/3.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaming%2Fgt7-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fweaming%2Fgt7-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fweaming%2Fgt7-go/lists"}