{"id":16835151,"url":"https://github.com/syfaro/wible","last_synced_at":"2026-04-18T14:04:55.768Z","repository":{"id":71917859,"uuid":"271745253","full_name":"Syfaro/wible","owner":"Syfaro","description":"Windows Bluetooth Low Energy access","archived":false,"fork":false,"pushed_at":"2020-06-12T08:31:03.000Z","size":7,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-07-19T16:30:08.070Z","etag":null,"topics":["ble","windows"],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Syfaro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2020-06-12T08:13:17.000Z","updated_at":"2025-01-03T07:49:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"129a9fba-4290-4235-b3a8-1253d523a95f","html_url":"https://github.com/Syfaro/wible","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Syfaro/wible","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syfaro%2Fwible","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syfaro%2Fwible/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syfaro%2Fwible/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syfaro%2Fwible/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Syfaro","download_url":"https://codeload.github.com/Syfaro/wible/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Syfaro%2Fwible/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971500,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["ble","windows"],"created_at":"2024-10-13T12:09:08.343Z","updated_at":"2026-04-18T14:04:50.759Z","avatar_url":"https://github.com/Syfaro.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# wible\n\n**Wi**ndows **B**luetooth **L**ow **E**nergy access.\n\nProvides read and write access (including notifications) for BLE devices on\nWindows with a simple API.\n\nTo see what information can easily be obtained, try running the examples.\n\n* `cargo run --example nearby_devices` will discover devices sending advertisements and display MAC addresses\n* `cargo run --example discover [MAC]` will enumerate all services, characteristics, and descriptors on the device with the provided MAC address\n\n## Examples\n\nThis example watches for advertisements, connects to any discovered devices, and counts the available services on each.\n\n```rust\nuse wible::AdvertisementWatcher;\n\nlet watcher = AdvertisementWatcher::new().expect(\"Unable to create AdvertisementWatcher\");\nfor advertisement in \u0026watcher {\n    println!(\"Saw advertisement: {:?}\", advertisement);\n    println!(\n        \"Saw {} services\",\n        advertisement\n            .device()\n            .expect(\"Unable to get device\")\n            .services()\n            .map(|services| services.len())\n            .unwrap_or(0)\n    );\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyfaro%2Fwible","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyfaro%2Fwible","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyfaro%2Fwible/lists"}