{"id":22558553,"url":"https://github.com/rkojedzinszky/mac2vendor","last_synced_at":"2026-07-21T09:33:07.120Z","repository":{"id":69011947,"uuid":"221465434","full_name":"rkojedzinszky/mac2vendor","owner":"rkojedzinszky","description":"Mac address lookup service","archived":false,"fork":false,"pushed_at":"2020-11-28T17:54:26.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T05:57:17.781Z","etag":null,"topics":["golang","http","lookup","macaddress","service"],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/rkojedzinszky.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":"2019-11-13T13:27:23.000Z","updated_at":"2021-07-17T15:18:03.000Z","dependencies_parsed_at":"2023-04-08T11:35:15.378Z","dependency_job_id":null,"html_url":"https://github.com/rkojedzinszky/mac2vendor","commit_stats":{"total_commits":12,"total_committers":1,"mean_commits":12.0,"dds":0.0,"last_synced_commit":"e43169967a69f19f991bd765fec87a2ebd69f50b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/rkojedzinszky/mac2vendor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkojedzinszky%2Fmac2vendor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkojedzinszky%2Fmac2vendor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkojedzinszky%2Fmac2vendor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkojedzinszky%2Fmac2vendor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/rkojedzinszky","download_url":"https://codeload.github.com/rkojedzinszky/mac2vendor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/rkojedzinszky%2Fmac2vendor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35719682,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-07-20T02:08:10.276Z","status":"online","status_checked_at":"2026-07-21T02:00:06.728Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["golang","http","lookup","macaddress","service"],"created_at":"2024-12-07T20:16:03.043Z","updated_at":"2026-07-21T09:33:07.102Z","avatar_url":"https://github.com/rkojedzinszky.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mac2vendor\n\n[![Build Status](https://drone.srv.kojedz.in/api/badges/krichy/mac2vendor/status.svg)](https://drone.srv.kojedz.in/krichy/mac2vendor)\n\nIs a small service offered via http to look up mac addresses to vendors. It uses Wireshark's oui database,\nreading the whole content into memory and serving requests over http, replying with a single text content.\n\n## Usage\n\n```bash\n$ docker run -it --rm -p 3000:3000 ghcr.io/rkojedzinszky/mac2vendor\n```\n\nTo access:\n\n```bash\n$ curl http://127.0.0.1:3000/F0:41:C8:A0:00:00\nIeeeRegi\n$ curl http://127.0.0.1:3000/00:02:4B\nCisco\n```\n\nTo request json output, you can specify it in the request:\n```bash\n$ curl http://127.0.0.1:3000/F0:41:C8:A0:00:00?format=json\n{\"prefix\":\"F0:41:C8\",\"vendor\":\"IeeeRegi\",\"comments\":\"IEEE Registration Authority\"}\n```\n\n# Service\n\nA free live service is available [here](https://mac2vendor.srv.kojedz.in).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkojedzinszky%2Fmac2vendor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frkojedzinszky%2Fmac2vendor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frkojedzinszky%2Fmac2vendor/lists"}