{"id":19780455,"url":"https://github.com/cbetta/doxie-scanner","last_synced_at":"2026-02-26T15:39:43.251Z","repository":{"id":59154596,"uuid":"59969176","full_name":"cbetta/doxie-scanner","owner":"cbetta","description":"🖨  A network scanner to find your the Doxie Go Wifi.","archived":false,"fork":false,"pushed_at":"2020-05-13T12:57:17.000Z","size":25,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-02-15T06:17:52.249Z","etag":null,"topics":["api","client-library","discovery","doxie","doxie-scanner","scanner","sdk","wifi"],"latest_commit_sha":null,"homepage":"","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/cbetta.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":"cbetta"}},"created_at":"2016-05-30T00:04:31.000Z","updated_at":"2020-05-13T12:59:30.000Z","dependencies_parsed_at":"2022-09-13T17:51:40.801Z","dependency_job_id":null,"html_url":"https://github.com/cbetta/doxie-scanner","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/cbetta/doxie-scanner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbetta%2Fdoxie-scanner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbetta%2Fdoxie-scanner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbetta%2Fdoxie-scanner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbetta%2Fdoxie-scanner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cbetta","download_url":"https://codeload.github.com/cbetta/doxie-scanner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cbetta%2Fdoxie-scanner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29863622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-26T08:51:08.701Z","status":"ssl_error","status_checked_at":"2026-02-26T08:50:19.607Z","response_time":89,"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":["api","client-library","discovery","doxie","doxie-scanner","scanner","sdk","wifi"],"created_at":"2024-11-12T05:39:50.625Z","updated_at":"2026-02-26T15:39:43.238Z","avatar_url":"https://github.com/cbetta.png","language":"Ruby","funding_links":["https://github.com/sponsors/cbetta"],"categories":[],"sub_categories":[],"readme":"# Doxie Scanner\n\n[![Gem Version](https://badge.fury.io/rb/doxie-scanner.svg)](https://badge.fury.io/rb/doxie-scanner) [![Build Status](https://travis-ci.com/cbetta/doxie-scanner.svg?branch=master)](https://travis-ci.com/cbetta/doxie-scanner)\n\nA scanner to find your WiFi enabled [Doxie](http://getdoxie.com) scanner. It returns a list of IP addressess for all Doxie scanners discovered on your network. \n\nThis Gem is especially useful in combination with the [Doxie client library](https://github.com/cbetta/doxie).\n\n## Installation\n\nEither install directly or via bundler.\n\n```rb\ngem 'doxie-scanner'\n```\n\n## Usage\n\nThe scanner uses UPnP and SSDP to search for your Doxie scanner.\n\n```rb\nrequire 'doxie/scanner'\nDoxie::Scanner.ips\n=\u003e [\n    [0] \"192.168.1.2\"\n]\n```\n\nFor usage with the [Doxie client library](https://github.com/cbetta/doxie) you can use the `.devices` method to automatically detect the model number and IP.\n\n```rb\nrequire 'doxie'\nrequire 'doxie/scanner'\n\nclient = Doxie::Client.new(Doxie::Scanner.devices.first)\n```\n\n## Contributing\n\n 1. **Fork** the repo on GitHub\n 2. **Clone** the project to your own machine\n 3. **Commit** changes to your own branch\n 4. **Push** your work back up to your fork\n 5. Submit a **Pull request** so that we can review your changes\n\n### Development\n\n* `bundle install` to get dependencies\n* `rake` to run all tests\n* `rake console` to run a local console with the library loaded\n\n## License\n\nThis library is released under the [MIT License](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbetta%2Fdoxie-scanner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcbetta%2Fdoxie-scanner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcbetta%2Fdoxie-scanner/lists"}