{"id":21162644,"url":"https://github.com/ytbryan/macvendors","last_synced_at":"2026-03-11T06:32:44.477Z","repository":{"id":56882476,"uuid":"68069885","full_name":"ytbryan/macvendors","owner":"ytbryan","description":"a rubygem to figure out vendor's mac address using ieee data","archived":false,"fork":false,"pushed_at":"2016-10-06T12:54:44.000Z","size":2504,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-27T08:21:45.471Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://rubygems.org/gems/macvendors","language":"Ruby","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/ytbryan.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-09-13T03:13:57.000Z","updated_at":"2022-06-06T02:42:57.000Z","dependencies_parsed_at":"2022-08-21T00:20:11.845Z","dependency_job_id":null,"html_url":"https://github.com/ytbryan/macvendors","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ytbryan/macvendors","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fmacvendors","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fmacvendors/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fmacvendors/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fmacvendors/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ytbryan","download_url":"https://codeload.github.com/ytbryan/macvendors/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ytbryan%2Fmacvendors/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30373479,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T06:09:32.197Z","status":"ssl_error","status_checked_at":"2026-03-11T06:09:17.086Z","response_time":84,"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":[],"created_at":"2024-11-20T13:31:52.883Z","updated_at":"2026-03-11T06:32:44.395Z","avatar_url":"https://github.com/ytbryan.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Macvendors\n\n![MacVendors](macvendors.gif \"MacVendors\")\n\nA command line tool to find vendor name from a mac address.\n\nNo need for an external api. You can also extend it in your ruby code.\n\n# How mac address works?\n\nAnswer: [Hastur](http://superuser.com/users/257269/hastur) http://superuser.com/a/1093431\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'macvendors'\n```\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install macvendors\n\n## Usage\n\n\n  ### Command line\n\n```\n  macvendors find 98:e0:d9:a5:61:eb\n  \u003e Apple, Inc.\n\n  macvendors update\n  \u003e oui.csv removed.\n  \u003e downloaded oui.csv\n```\n\n  ### Ruby\n\n  ```\n  require 'macvendors'\n\n  puts MacVendors.find(\"98:e0:d9:a5:61:eb\")\n\n  MacVendors.update() //update the oui file\n\n  ```\n\n## Installing thor\n\n```\n  cd dependencies\n  gem install --local thor-0.19.1.gem\n```\n\n\n## Installing macvendors without internet connection\n\n- Download the macvendors zip file at https://github.com/ytbryan/macvendors/tree/0.0.2\n- extract it onto your desktop or your favourite location\n- go into the extract folder and find macvendors-0.0.2.gem\n- go to your ruby console. type gem install --local macvendors-0.0.2.gem\n\n![MacVendors](instructions/1.png \"MacVendors\")\n\n- type `macvendors`\n\n![MacVendors](instructions/2.png \"MacVendors\")\n\n- type `macvendors install`\n\n![MacVendors](instructions/3.png \"MacVendors\")\n\n\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/[USERNAME]/macvendors. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.\n\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytbryan%2Fmacvendors","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fytbryan%2Fmacvendors","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fytbryan%2Fmacvendors/lists"}