{"id":16897031,"url":"https://github.com/bytesnake/raw-trace","last_synced_at":"2025-10-05T11:24:09.823Z","repository":{"id":10820019,"uuid":"13095909","full_name":"bytesnake/raw-trace","owner":"bytesnake","description":"A native traceroute implementation","archived":false,"fork":false,"pushed_at":"2013-09-25T14:25:58.000Z","size":104,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-02-27T04:04:47.653Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/bytesnake.png","metadata":{"files":{"readme":"readme.markdown","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}},"created_at":"2013-09-25T14:24:58.000Z","updated_at":"2013-09-25T14:29:51.000Z","dependencies_parsed_at":"2022-08-29T11:20:12.862Z","dependency_job_id":null,"html_url":"https://github.com/bytesnake/raw-trace","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytesnake%2Fraw-trace","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytesnake%2Fraw-trace/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytesnake%2Fraw-trace/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bytesnake%2Fraw-trace/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bytesnake","download_url":"https://codeload.github.com/bytesnake/raw-trace/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244600725,"owners_count":20479307,"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-13T17:34:28.963Z","updated_at":"2025-10-05T11:24:04.188Z","avatar_url":"https://github.com/bytesnake.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# raw-trace\n\ntrace a route using ICMP echo request packets\n\n# methods\n\n``` js\nvar trace = require('raw-trace')\n```\n\n## trace(host, timeout, interval, cb)\n\nTrace the route to a host. Packets will be sent in the defined interval (in milliseconds). If the given timeout is elapsed, the trace will be aborted.\nOn each founded router the cb with the parameters \"id, host, dt\" is called.\n\n# example\n\n``` js\nvar trace = require('raw-trace');\n\ntrace('npmjs.org', 5000/*ms*/, 20/*ms*/, function(id, host, dt) {\n\tconsole.log(id+\": \"+host+\" in \"+dt+\"ms\");\n});\n```\n\n## license\n\nBSD-2\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytesnake%2Fraw-trace","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbytesnake%2Fraw-trace","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbytesnake%2Fraw-trace/lists"}