{"id":20191762,"url":"https://github.com/candinya/nyatrace","last_synced_at":"2025-04-10T09:39:30.118Z","repository":{"id":112783264,"uuid":"573436788","full_name":"Candinya/NyaTrace","owner":"Candinya","description":"可视化路由追踪","archived":false,"fork":false,"pushed_at":"2024-05-21T06:29:06.000Z","size":307,"stargazers_count":90,"open_issues_count":2,"forks_count":4,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-09T13:47:20.486Z","etag":null,"topics":["qt","traceroute"],"latest_commit_sha":null,"homepage":"https://candymade.net/nyatrace/","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Candinya.png","metadata":{"files":{"readme":"ReadMe.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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}},"created_at":"2022-12-02T13:12:04.000Z","updated_at":"2025-03-16T01:57:22.000Z","dependencies_parsed_at":"2024-05-11T12:31:19.439Z","dependency_job_id":"364e2af0-9599-4d56-838e-c2b5f362df54","html_url":"https://github.com/Candinya/NyaTrace","commit_stats":null,"previous_names":[],"tags_count":16,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Candinya%2FNyaTrace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Candinya%2FNyaTrace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Candinya%2FNyaTrace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Candinya%2FNyaTrace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Candinya","download_url":"https://codeload.github.com/Candinya/NyaTrace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248193172,"owners_count":21062815,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["qt","traceroute"],"created_at":"2024-11-14T03:50:32.846Z","updated_at":"2025-04-10T09:39:30.078Z","avatar_url":"https://github.com/Candinya.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"./installer/config/NyaTrace.png\" width=\"120\" height=\"120\" alt=\"NyaTrace Logo\"/\u003e\n\n\u003c/div\u003e\n\n# NyaTrace\n\n可视化路由追踪工具\n\n## 运行截图\n\n![运行截图](https://candymade.net/assets/screenshots/nyatrace/main.png)\n\n## 声明\n\n构建的可执行程序会不定期在不同环境下测试，但并不能保证在您的设备上也能功能完整地正常执行，如果您有任何问题，您可以提出一个 issue 。\n\n## 使用\n\n1. 从 Release 页面下载预先构建的可执行文件压缩包。\n2. （可选）如果您需要使用详细信息查询和地理位置定位功能，请从 MaxMind 下载 GeoIP2-City.mmdb 和 GeoIP2-ISP.mmdb 文件，放置在可执行文件目录的 mmdb 目录下。没有它们也能正常执行追踪功能。\n3. 运行程序，输入需要路由追踪的地址，开始追踪。\n\n## 提示\n\n1. 如果您没有 GeoIP2 数据库，您也可以使用 GeoLite2 （即免费版的）数据库作为替代（ GeoIP2-ISP 请用 GeoLite2-ASN 代替），将其重命名为上文指定的格式即可。\n2. 如果觉得现在这个主题不好看，您可以参照 [qt-material#25](https://github.com/UN-GCPDS/qt-material/issues/25#issuecomment-835368713) 中给出的主题生成步骤配置您喜欢的主题，并替换掉 theme 目录下的 qss 样式文件（请记得删去生成文件中的字体设置，要不然中文回落到宋体会很难看）。如果您喜欢 Qt 默认的主题，可以直接删除整个 theme 目录。\n3. 配置文件会被保存在 `FOLDERID_RoamingAppData\\Nya Candy\\NyaTrace.ini` 这个文件中，例如对我来说是 `C:\\Users\\Candinya\\AppData\\Roaming\\Nya Candy\\NyaTrace.ini` 这里。\n\n## 后续的开发方向\n\n- [x] ~~解决防火墙拦截包的问题~~\n- [x] ~~多倍+并行发包以提升质量与追踪速度~~\n- [x] ~~支持 IPv6 追踪~~\n- [x] ~~集成一个地图服务~~\n- [x] ~~读写配置项~~\n- [x] ~~主题与美化~~\n- [ ] 跨平台兼容\n- [ ] 支持其他追踪模式 (TCP \u0026 UDP)\n\n## 非常感谢\n\n### 开源依赖\n\n- [libmaxminddb](https://github.com/maxmind/libmaxminddb)\n- [qt-material](https://github.com/UN-GCPDS/qt-material)\n- [Qt for Open Source Development](https://www.qt.io/download-open-source)\n\n### 应用图标\n\n改自 [Nucleo](https://nucleoapp.com/) - `world-marker`\n\n### 代码参考\n\n- [WinMTR (Redux)](https://github.com/White-Tiger/WinMTR)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandinya%2Fnyatrace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcandinya%2Fnyatrace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcandinya%2Fnyatrace/lists"}