{"id":26786675,"url":"https://github.com/itsjimi/go-arp","last_synced_at":"2026-02-11T04:01:32.852Z","repository":{"id":84016737,"uuid":"227121362","full_name":"ItsJimi/go-arp","owner":"ItsJimi","description":"Parse ARP file from /proc/net/arp","archived":false,"fork":false,"pushed_at":"2025-01-30T13:35:17.000Z","size":7,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-02T02:19:20.922Z","etag":null,"topics":["arp","go","golang","ip","mac"],"latest_commit_sha":null,"homepage":"","language":"Go","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/ItsJimi.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,"zenodo":null}},"created_at":"2019-12-10T12:58:08.000Z","updated_at":"2025-01-30T13:35:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"da83e925-a7c9-426a-a301-2c55e953433d","html_url":"https://github.com/ItsJimi/go-arp","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ItsJimi/go-arp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fgo-arp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fgo-arp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fgo-arp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fgo-arp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItsJimi","download_url":"https://codeload.github.com/ItsJimi/go-arp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItsJimi%2Fgo-arp/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29326809,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T03:52:29.695Z","status":"ssl_error","status_checked_at":"2026-02-11T03:52:23.094Z","response_time":97,"last_error":"SSL_read: 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":["arp","go","golang","ip","mac"],"created_at":"2025-03-29T12:16:22.543Z","updated_at":"2026-02-11T04:01:32.837Z","avatar_url":"https://github.com/ItsJimi.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-arp\n[![go reference](https://pkg.go.dev/badge/github.com/ItsJimi/go-arp)](https://pkg.go.dev/github.com/ItsJimi/go-arp)\n\nParse ARP file from `/proc/net/arp`\n\n## Install\n```shell\ngo get -u github.com/ItsJimi/go-arp\n```\n\n## Example\n#### GetEntries\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/ItsJimi/go-arp\"\n)\n\nfunc main() {\n  list, err := arp.GetEntries()\n  if err != nil {\n    fmt.Println(err)\n    return\n   }\n\n  fmt.Println(list[0].IPAddress)\n}\n```\n\n#### GetEntryFromMAC\n```go\npackage main\n\nimport (\n  \"fmt\"\n  \"github.com/ItsJimi/go-arp\"\n)\n\nfunc main() {\n  entry, err := arp.GetEntryFromMAC(\"00:00:00:00:00:00\")\n  if err != nil {\n    fmt.Println(err)\n    return\n   }\n\n  fmt.Println(entry.IPAddress)\n}\n```\n\n## Contribute\nFeel free to fork and make pull requests\n\n## License\n[MIT](https://github.com/ItsJimi/go-arp/blob/master/LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjimi%2Fgo-arp","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitsjimi%2Fgo-arp","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitsjimi%2Fgo-arp/lists"}