{"id":23221687,"url":"https://github.com/null-none/bluetooth-rssi","last_synced_at":"2025-10-17T03:58:00.688Z","repository":{"id":268656179,"uuid":"868874446","full_name":"null-none/bluetooth-rssi","owner":"null-none","description":"Bluetooth Proximity Detection","archived":false,"fork":false,"pushed_at":"2024-10-07T10:45:19.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-17T01:49:28.329Z","etag":null,"topics":["bluetooth","proximity","python","rssi"],"latest_commit_sha":null,"homepage":"","language":"Python","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/null-none.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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-07T10:37:22.000Z","updated_at":"2024-10-07T10:45:50.000Z","dependencies_parsed_at":"2024-12-18T06:32:41.716Z","dependency_job_id":null,"html_url":"https://github.com/null-none/bluetooth-rssi","commit_stats":null,"previous_names":["null-none/bluetooth-rssi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/null-none/bluetooth-rssi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fbluetooth-rssi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fbluetooth-rssi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fbluetooth-rssi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fbluetooth-rssi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/null-none","download_url":"https://codeload.github.com/null-none/bluetooth-rssi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/null-none%2Fbluetooth-rssi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279280343,"owners_count":26139277,"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","status":"online","status_checked_at":"2025-10-17T02:00:07.504Z","response_time":56,"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":["bluetooth","proximity","python","rssi"],"created_at":"2024-12-18T22:18:10.265Z","updated_at":"2025-10-17T03:58:00.640Z","avatar_url":"https://github.com/null-none.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bluetooth Proximity Detection\n\nPython code for getting the RSSI value of a Bluetooth device by address. Based on the value returned, can determine the proximity of the device.\n\n\n## Requirements\n\nThis code requires the `bluetooth` and `python-bluez` modules to be installed. On Ubuntu/Debian systems, this can usually be done with the following commands:\n\n```\nsudo apt-get install bluetooth\nsudo apt-get install python-bluez\n```\n\n## Example\n\n```python\nfrom bluetooth_rssi import BluetoothRSSI\n\nBT_ADDR = \"C4:36:8D:29:34:CE\"  # You can put your Bluetooth address here\n\ndef main():\n    bt_rssi = BluetoothRSSI(addr=BT_ADDR)\n    print(bt_rssi.get_rssi())\n\nif __name__ == \"__main__\":\n    main()\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fbluetooth-rssi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnull-none%2Fbluetooth-rssi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnull-none%2Fbluetooth-rssi/lists"}