{"id":35488912,"url":"https://github.com/mihaimoga/netvoyager","last_synced_at":"2026-02-06T05:17:48.231Z","repository":{"id":330771097,"uuid":"1046981377","full_name":"mihaimoga/NetVoyager","owner":"mihaimoga","description":"NetVoyager is a lightweight network diagnostics app that lets users quickly assess connectivity and trace routes. With built-in ping and traceroute tools, it helps identify latency issues, unreachable hosts, and visualize packet paths. Ideal for IT pros, engineers, and curious users, with a clean UI and real-time results.","archived":false,"fork":false,"pushed_at":"2026-01-11T12:06:49.000Z","size":4898,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-01-11T16:40:18.386Z","etag":null,"topics":["cpp","edge-browser","mfc","ping","traceroute","visual-cpp","win32"],"latest_commit_sha":null,"homepage":"https://www.moga.doctor/","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mihaimoga.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2025-08-29T14:41:21.000Z","updated_at":"2026-01-11T12:06:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/mihaimoga/NetVoyager","commit_stats":null,"previous_names":["mihaimoga/netvoyager"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mihaimoga/NetVoyager","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaimoga%2FNetVoyager","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaimoga%2FNetVoyager/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaimoga%2FNetVoyager/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaimoga%2FNetVoyager/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mihaimoga","download_url":"https://codeload.github.com/mihaimoga/NetVoyager/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mihaimoga%2FNetVoyager/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28405148,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-13T21:51:37.118Z","status":"ssl_error","status_checked_at":"2026-01-13T21:45:14.585Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cpp","edge-browser","mfc","ping","traceroute","visual-cpp","win32"],"created_at":"2026-01-03T15:15:03.703Z","updated_at":"2026-01-13T23:01:35.476Z","avatar_url":"https://github.com/mihaimoga.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"![NetVoyager1.png](NetVoyager1.png)\n\n# NetVoyager\nNetVoyager is a lightweight network diagnostics app that lets users quickly assess connectivity and trace routes. With built-in ping and traceroute tools, it helps identify latency issues, unreachable hosts, and visualize packet paths. Ideal for IT pros, engineers, and curious users, with a clean UI and real-time results.\n\n## ✨ Features\n- **Ping** with live latency, packet loss, and summary stats.\n- **Traceroute** to visualize the path to any host and identify slow or unreachable hops.\n- **Clean MFC-based UI** optimized for quick diagnostics on Windows.\n- **Portable build** — a single `NetVoyager.exe` you can copy and run on target machines.\n\n## 🛠️ Build (MSBuild / Visual Studio)\n\n### Requirements\n- **Windows 10/11** or **Windows Server 2019/2022**\n- **Visual Studio 2026** with **Desktop development with C++**\n- **Windows SDK 10.0.x** or newer\n- **C++17** or later toolset\n\n### Steps\n1. Clone the repository\n```bash\ngit clone https://github.com/mihaimoga/NetVoyager.git\ncd NetVoyager\n```\n\n2. Open Solution\n-   Launch NetVoyager.sln in Visual Studio.\n\n3. Configure\n-   Set configuration: Release | x64\n-   Ensure Windows SDK is installed.\n\n4. Build\n-   From Visual Studio: Build → Build Solution (Ctrl+Shift+B)\n-   Output binary: ```.\\x64\\Release\\NetVoyager.exe```\n\n## 🖥️ Using NetVoyager\n\n-   Launch NetVoyager.exe.\n-   Enter a hostname or IP.\n-   Choose **Ping** or **Traceroute** and start the test.\n-   Inspect latency, packet loss, and hop-by-hop results; export or screenshot if needed.\n\n![NetVoyager2.png](NetVoyager2.png)\n\n![NetVoyager3.png](NetVoyager3.png)\n\n## 🤝 Contributing\n\n1. Fork the repo\n2. Create a branch: ```git checkout -b feature/new-probe```\n3. Commit: ```git commit -m \"Add new probe\"```\n4. Push: ```git push origin feature/new-probe```\n5. Open a PR\n\n## 🗃️ License\nThis project is licensed under the GNU General Public License v3.0 - see the LICENSE file for details.\n\n## 🙋 FAQ\n\n**Q: Does NetVoyager require admin rights?**\nA: No for ping; traceroute may require elevated privileges depending on environment policies.\n\n**Q: Which platforms are supported?**\nA: Windows 10/11 and Windows Server 2019/2022 on x64.\n\n**Q: Can I run it portably?**\nA: Yes — copy NetVoyager.exe from the x64/Release folder to your target machine.\n\n## 🛣️ Roadmap (ideas)\n\n-   Export results to JSON/CSV.\n-   Dark theme \u0026 accessibility improvements.\n-   IPv6 enhancements.\n-   Continuous Integration (GitHub Actions) for automatic builds.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihaimoga%2Fnetvoyager","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmihaimoga%2Fnetvoyager","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmihaimoga%2Fnetvoyager/lists"}