{"id":17967252,"url":"https://github.com/microsoft/quicreach","last_synced_at":"2025-04-05T04:08:57.534Z","repository":{"id":37005806,"uuid":"477368453","full_name":"microsoft/quicreach","owner":"microsoft","description":"A 'ping' equivalent tool for QUIC.","archived":false,"fork":false,"pushed_at":"2025-03-30T16:19:33.000Z","size":3420,"stargazers_count":115,"open_issues_count":5,"forks_count":28,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-30T21:39:00.151Z","etag":null,"topics":["cross-platform","networking","ping","quic","tool"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/microsoft.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":".github/SECURITY.md","support":".github/SUPPORT.md","governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-03T14:36:43.000Z","updated_at":"2025-03-24T12:28:26.000Z","dependencies_parsed_at":"2024-01-18T17:58:14.134Z","dependency_job_id":"716a72b4-1e0e-4196-b1d0-0ba32fd02097","html_url":"https://github.com/microsoft/quicreach","commit_stats":{"total_commits":262,"total_committers":10,"mean_commits":26.2,"dds":"0.26717557251908397","last_synced_commit":"1274b75ddd8071cada9d22e910afa5897f668561"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fquicreach","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fquicreach/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fquicreach/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/microsoft%2Fquicreach/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/microsoft","download_url":"https://codeload.github.com/microsoft/quicreach/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247284945,"owners_count":20913704,"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":["cross-platform","networking","ping","quic","tool"],"created_at":"2024-10-29T14:04:53.140Z","updated_at":"2025-04-05T04:08:57.510Z","avatar_url":"https://github.com/microsoft.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# quicreach\n\n[![Dashboard](https://img.shields.io/static/v1?label=Reachability\u0026message=Dashboard\u0026color=blue)](https://microsoft.github.io/quicreach/)\n[![Build](https://github.com/microsoft/quicreach/actions/workflows/build.yml/badge.svg)](https://github.com/microsoft/quicreach/actions/workflows/build.yml)\n[![Reach](https://github.com/microsoft/quicreach/actions/workflows/reach.yml/badge.svg)](https://github.com/microsoft/quicreach/actions/workflows/reach.yml)\n\nThis project has two primary purposes:\n\n1. It provides a complete (C++) client sample application built on top of [MsQuic](https://github.com/microsoft/msquic).\n2. It is a tool to test the QUIC reachability of a server ([latest raw data](https://github.com/microsoft/quicreach/blob/data/data.csv)).\n\n# Build\n\n```Bash\ngit clone --recursive https://github.com/microsoft/quicreach\ncd quicreach \u0026\u0026 mkdir build \u0026\u0026 cd build\n```\n\n### Linux\n```Bash\ncmake -G 'Unix Makefiles' ..\ncmake --build .\n```\n\n### Windows\n```Bash\ncmake -G 'Visual Studio 17 2022' -A x64 ..\ncmake --build .\n```\n\n# Usage\n\n```Bash\n\u003e quicreach google.com\nSuccess\n```\n```Bash\n\u003e quicreach example.com\nFailure\n```\n\n```Bash\n\u003e quicreach '*' --stats\n                        SERVER          RTT       TIME_I       TIME_H              SEND:RECV    C1     S1    VER                     IP\n                    google.com     2.409 ms     2.936 ms     5.461 ms   3:7 2520:8370 (3.3x)   287   6901     v1     172.253.62.102:443   *\n                  facebook.com     1.845 ms     4.250 ms     4.722 ms   1:4 1260:4512 (3.6x)   289   3245     v1        31.13.66.35:443   !\n                   youtube.com     2.702 ms     3.020 ms     6.491 ms   3:7 2520:8361 (3.3x)   288   6893     v1     142.251.163.93:443   *\n                   twitter.com\n                 instagram.com     0.944 ms     3.259 ms     3.717 ms   1:4 1260:4464 (3.5x)   290   3197     v1       31.13.66.174:443   !\n```\n\n### Full Help\n\n```Bash\n\u003e quicreach --help\nusage: quicreach \u003chostname(s)\u003e [options...]\n -a, --alpn \u003calpn\u003e      The ALPN to use for the handshake (def=h3)\n -b, --built-in-val     Use built-in TLS validation logic\n -c, --csv \u003cfile\u003e       Writes CSV results to the given file\n -h, --help             Prints this help text\n -i, --ip \u003caddress\u003e     The IP address to use\n -l, --parallel \u003cnum\u003e   The numer of parallel hosts to test at once (def=1)\n -m, --mtu \u003cmtu\u003e        The initial (IPv6) MTU to use (def=1288)\n -p, --port \u003cport\u003e      The UDP port to use (def=443)\n -r, --req-all          Require all hostnames to succeed\n -s, --stats            Print connection statistics\n -u, --unsecure         Allows unsecure connections\n -v, --version          Prints out the version\n```\n\n# Contributing\n\nThis project welcomes contributions and suggestions.  Most contributions require you to agree to a\nContributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us\nthe rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.\n\nWhen you submit a pull request, a CLA bot will automatically determine whether you need to provide\na CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions\nprovided by the bot. You will only need to do this once across all repos using our CLA.\n\nThis project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).\nFor more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or\ncontact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments.\n\n# Trademarks\n\nThis project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft\ntrademarks or logos is subject to and must follow\n[Microsoft's Trademark \u0026 Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general).\nUse of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship.\nAny use of third-party trademarks or logos are subject to those third-party's policies.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fquicreach","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrosoft%2Fquicreach","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrosoft%2Fquicreach/lists"}