{"id":24541501,"url":"https://github.com/emericg/toolBLEx","last_synced_at":"2025-10-03T17:30:57.654Z","repository":{"id":141648191,"uuid":"531593662","full_name":"emericg/toolBLEx","owner":"emericg","description":"A multiplatform Bluetooth Low Energy (and Classic) device scanner and analyzer.","archived":false,"fork":false,"pushed_at":"2024-12-20T15:12:59.000Z","size":2248,"stargazers_count":196,"open_issues_count":7,"forks_count":16,"subscribers_count":11,"default_branch":"master","last_synced_at":"2024-12-20T16:27:46.671Z","etag":null,"topics":["bluetooth","bluetooth-low-energy","ubertooth"],"latest_commit_sha":null,"homepage":"","language":"QML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emericg.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE.md","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},"funding":{"github":["emericg"],"custom":["https://paypal.me/EmericGrange"]}},"created_at":"2022-09-01T16:10:54.000Z","updated_at":"2024-12-20T15:13:04.000Z","dependencies_parsed_at":"2023-07-10T11:01:10.329Z","dependency_job_id":"815cb260-911f-4391-b7bc-f9a5a9d05747","html_url":"https://github.com/emericg/toolBLEx","commit_stats":null,"previous_names":[],"tags_count":10,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emericg%2FtoolBLEx","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emericg%2FtoolBLEx/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emericg%2FtoolBLEx/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emericg%2FtoolBLEx/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emericg","download_url":"https://codeload.github.com/emericg/toolBLEx/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235161541,"owners_count":18945540,"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","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","bluetooth-low-energy","ubertooth"],"created_at":"2025-01-22T18:17:49.585Z","updated_at":"2025-10-03T17:30:57.012Z","avatar_url":"https://github.com/emericg.png","language":"QML","funding_links":["https://github.com/sponsors/emericg","https://paypal.me/EmericGrange"],"categories":["QML"],"sub_categories":[],"readme":"# ![toolBLEx](assets/gfx/logos/banner.svg)\n\n[![GitHub release](https://img.shields.io/badge/release-0.13-blue?style=flat-square)](https://github.com/emericg/toolBLEx/releases)\n[![GitHub action](https://img.shields.io/github/actions/workflow/status/emericg/toolBLEx/builds_desktop_qmake.yml?style=flat-square)](https://github.com/emericg/toolBLEx/actions/workflows/builds_desktop_qmake.yml)\n[![GitHub issues](https://img.shields.io/github/issues/emericg/toolBLEx.svg?style=flat-square)](https://github.com/emericg/toolBLEx/issues)\n[![License: GPL v3](https://img.shields.io/badge/license-GPL%20v3-brightgreen.svg?style=flat-square)](http://www.gnu.org/licenses/gpl-3.0)\n\nA Bluetooth Low Energy device scanner and analyzer.\n\n\u003e Available on Linux, macOS, Windows.\n\n#### Features\n\n- host adapters info\n- RSSI graph / proximity graph (BLE and classic)\n- device scanner (BLE and classic)\n- device advertisement and services explorer (BLE)\n- read/write device services data (BLE)\n- export device info: advertisement packets, services and characteristics (with or without values)\n- frequency analyzer (ONLY if you have an Ubertooth One)\n\n#### Download\n\n\u003ca href='https://flathub.org/apps/io.emeric.toolblex'\u003e\u003cimg width='200' alt='Download on Flathub' src='https://dl.flathub.org/assets/badges/flathub-badge-en.png'/\u003e\u003c/a\u003e\n\n## Screenshots\n\n![Bluetooth scanner](https://raw.githubusercontent.com/emericg/screenshots_flathub/master/toolBLEx/list1.png)\n![BLE device info](https://raw.githubusercontent.com/emericg/screenshots_flathub/master/toolBLEx/list2.png)\n![BLE device advertisement](https://raw.githubusercontent.com/emericg/screenshots_flathub/master/toolBLEx/adv1.png)\n![BLE device service read](https://raw.githubusercontent.com/emericg/screenshots_flathub/master/toolBLEx/srv1.png)\n![GUI dark mode](https://raw.githubusercontent.com/emericg/screenshots_flathub/master/toolBLEx/theme2.png)\n\n\n## Frequency analyzer (with an Ubertooth One)\n\n![frequency analyzer](https://raw.githubusercontent.com/emericg/screenshots_flathub/master/toolBLEx/freqanalyzer1.webp)\n\n\n## Documentation\n\n#### Build dependencies\n\nYou will need a C++17 compiler and Qt 6.5+ with the following 'additional librairies':  \n- Qt Connectivity\n- Qt Charts\n\nFor Windows builds, you'll need the MSVC 2019+ compiler. Bluetooth won't work with MinGW.  \nFor macOS builds, you'll need Xcode 14+ installed.  \n\n#### Building toolBLEx\n\n```bash\n$ git clone https://github.com/emericg/toolBLEx.git\n$ cd toolBLEx/\n$ qmake6\n$ make\n```\n\n#### Using toolBLEx\n\n##### Linux\n\nDouble click.\n\n##### macOS\n\nmacOS has various limitations regarding Bluetooth handling:  \n- MAC addresses are hidden by the OS, and replaced by randomly generated UUIDs, making proper device identification hard\n- Apple iBeacons are hidden by the OS and don't appear in scan results\n- Bluetooth Classic scanning doesn't seem to work at the moment\n\nStarting with macOS 11, the application will ask you for permission to use Bluetooth. You can learn more on Apple [developer website](https://developer.apple.com/documentation/bundleresources/information_property_list/nsbluetoothalwaysusagedescription).\n\n##### Windows\n\nBluetooth driver support might be a little shaky...\n\nWindows doesn't have good enough support for the Ubertooth One, and thus the frequency analyzer is disabled.\n\n#### Third party projects used by toolBLEx\n\n* [Qt6](https://www.qt.io) ([LGPL v3](https://www.gnu.org/licenses/lgpl-3.0.txt))\n* [SingleApplication](https://github.com/itay-grudev/SingleApplication) ([MIT](https://opensource.org/licenses/MIT))\n* Graphical resources: [assets/COPYING](assets/COPYING)\n\n\n## Get involved!\n\n#### Developers\n\nYou can browse the code on the GitHub page, submit patches and pull requests! Your help would be greatly appreciated ;-)\n\n#### Users\n\nYou can help us find and report bugs, suggest new features, help with translation, documentation and more! Visit the Issues section of the GitHub page to start!\n\n\n## License\n\ntoolBLEx is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.  \nRead the [LICENSE](LICENSE.md) file or [consult the license on the FSF website](https://www.gnu.org/licenses/gpl-3.0.txt) directly.\n\n\u003e Emeric Grange \u003cemeric.grange@gmail.com\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femericg%2FtoolBLEx","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femericg%2FtoolBLEx","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femericg%2FtoolBLEx/lists"}