{"id":18637597,"url":"https://github.com/dutchcoders/go-ouitools","last_synced_at":"2025-04-11T10:30:37.532Z","repository":{"id":57483745,"uuid":"20781592","full_name":"dutchcoders/go-ouitools","owner":"dutchcoders","description":"Golang tools to work with Mac addresses and oui. Includes oui database to resolve to vendor. ","archived":false,"fork":false,"pushed_at":"2015-09-09T07:49:41.000Z","size":746,"stargazers_count":17,"open_issues_count":1,"forks_count":17,"subscribers_count":6,"default_branch":"master","last_synced_at":"2024-06-18T23:12:29.831Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/dutchcoders.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}},"created_at":"2014-06-12T20:18:06.000Z","updated_at":"2023-09-28T10:25:10.000Z","dependencies_parsed_at":"2022-08-28T19:24:00.106Z","dependency_job_id":null,"html_url":"https://github.com/dutchcoders/go-ouitools","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/dutchcoders%2Fgo-ouitools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgo-ouitools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgo-ouitools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dutchcoders%2Fgo-ouitools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dutchcoders","download_url":"https://codeload.github.com/dutchcoders/go-ouitools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223465939,"owners_count":17149761,"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-11-07T05:36:56.905Z","updated_at":"2024-11-07T05:36:59.007Z","avatar_url":"https://github.com/dutchcoders.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"go-ouitools\n===========\n\nGolang tools to work with Mac addresses and oui. Includes oui database to resolve to vendor. \n\n## Sample\n```\npackage main\n\nimport (\n  \"fmt\"\n\t\"github.com/dutchcoders/go-ouitools\"\n)\n\nvar db *OuiDb\n\nfunc main() {\n\tdb := New(\"oui.txt\")\n\tif db == nil {\n\t\tt.Fatal(\"database not initialized\")\n\t}\n  \n  mac:=\"00:16:e0:3d:f4:4c\"\n\tv, err := db.VendorLookup(mac)\n\tif err != nil {\n\t\tfmt.Fatalf(\"parse: %s: %s\", mac, err.Error())\n\t}\n\t\n\tfmt.Printf(\"%s =\u003e %s\\n\", mac, v)\n}\n\n```\n\n## Testing\n```\ngo test\n```\n\n## References\n* wireshark oui database\n\n## Contributors\n* Remco Verhoef (Dutchcoders) @remco_verhoef\n* Claudio Matsuoka\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgo-ouitools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdutchcoders%2Fgo-ouitools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdutchcoders%2Fgo-ouitools/lists"}