{"id":17469774,"url":"https://github.com/shellrow/tracert","last_synced_at":"2026-03-15T15:58:59.473Z","repository":{"id":38027118,"uuid":"485045778","full_name":"shellrow/tracert","owner":"shellrow","description":"Cross-platform library for traceroute and ping. Written in Rust.","archived":false,"fork":false,"pushed_at":"2024-05-19T12:57:23.000Z","size":135,"stargazers_count":18,"open_issues_count":2,"forks_count":4,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-08T05:24:44.484Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","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/shellrow.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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-04-24T14:12:14.000Z","updated_at":"2024-12-27T21:40:43.000Z","dependencies_parsed_at":"2024-05-19T11:44:40.573Z","dependency_job_id":null,"html_url":"https://github.com/shellrow/tracert","commit_stats":{"total_commits":65,"total_committers":2,"mean_commits":32.5,"dds":0.0461538461538461,"last_synced_commit":"1536fcfd3a1e5945e03554d50b39de7fe0efc204"},"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Ftracert","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Ftracert/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Ftracert/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shellrow%2Ftracert/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shellrow","download_url":"https://codeload.github.com/shellrow/tracert/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248616573,"owners_count":21134101,"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":[],"created_at":"2024-10-18T15:43:44.666Z","updated_at":"2026-03-15T15:58:59.468Z","avatar_url":"https://github.com/shellrow.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"[crates-badge]: https://img.shields.io/crates/v/tracert.svg\n[crates-url]: https://crates.io/crates/tracert\n[license-badge]: https://img.shields.io/crates/l/tracert.svg\n[tracert-url]: https://github.com/shellrow/tracert\n\n# tracert [![Crates.io][crates-badge]][crates-url] ![License][license-badge]\nCross-platform library for traceroute and ping. \ntokio-based asynchronous probing is supported for all features.\n\n## Features\n- traceroute\n    - [x] IPv4 ICMP\n    - [x] IPv6 ICMP\n    - [x] IPv4 UDP\n    - [x] IPv6 UDP\n- ping\n    - [x] IPv4 ICMPv4\n    - [x] IPv6 ICMPv6\n    - [x] IPv4 UDP\n    - [x] IPv6 UDP\n    - [x] IPv4 TCP\n    - [x] IPv6 TCP\n\n## Usage\nAdd `tracert` to your dependencies\n```\n[dependencies]\ntracert = \"0.12\"\n```\n\n## Examples\n- `examples/icmp_ping.rs`\n- `examples/icmp_trace.rs`\n- `examples/tcp_ping.rs`\n- `examples/udp_ping.rs`\n- `examples/udp_trace.rs`\n- `examples/parallel_trace.rs`\n\n## Note for Windows users\nYou may need to set up firewall rules that allow `ICMP Time-to-live Exceeded` and `ICMP Destination (Port) Unreachable` packets to be received.\n\n`netsh` example \n```\nnetsh advfirewall firewall add rule name=\"All ICMP v4\" dir=in action=allow protocol=icmpv4:any,any\nnetsh advfirewall firewall add rule name=\"All ICMP v6\" dir=in action=allow protocol=icmpv6:any,any\n```\n\n## Additional Notes\nThis library may require the ability to create raw sockets depending on the operating system.\n\n- Linux: root privileges or CAP_NET_RAW capability are typically required.\n- macOS / Windows: Administrator privileges are usually not required for standard traceroute operations.\n\nIf you encounter permission errors, try running with elevated privileges.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellrow%2Ftracert","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshellrow%2Ftracert","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshellrow%2Ftracert/lists"}