{"id":61937,"library":"simpleble","title":"SimpleBLE","description":"The ultimate fully-fledged cross-platform library and bindings for Bluetooth Low Energy (BLE).","status":"active","version":"0.12.1","language":"cpp","source_language":null,"source_url":null,"tags":["bluetooth","ble","cross-platform","iot"],"install":[{"cmd":"vcpkg install simpleble","lang":"bash","label":"vcpkg"},{"cmd":"# CMakeLists.txt\nfind_package(simpleble CONFIG REQUIRED)\ntarget_link_libraries(main PRIVATE SimpleBLE::SimpleBLE)","lang":"cmake","label":"CMake"}],"dependencies":[],"imports":[{"symbol":"simpleble/simpleble.h","correct":"#include <simpleble/simpleble.h>"}],"quickstart":{"code":"#include <simpleble/simpleble.h>\n#include <iostream>\n\nint main() {\n    auto adapter = SimpleBLE::Adapter::get_adapters().front();\n    adapter.scan_for(5000);\n    for (auto& device : adapter.scan_get_results()) {\n        std::cout << \"Found device: \" << device.identifier() << std::endl;\n    }\n    return 0;\n}","lang":"cpp","description":"Scan for BLE devices"},"warnings":[{"fix":"Install BlueZ (sudo apt install bluez) and ensure D-Bus is running.","message":"On Linux, requires BlueZ and D-Bus; on macOS, requires CoreBluetooth permissions.","severity":"gotcha","affected_versions":"*"}],"env_vars":null,"search_vec":"'bind':12 'ble':17,19 'bluetooth':14,18 'cross':8,21 'cross-platform':7,20 'energi':16 'fledg':6 'fulli':5 'fully-fledg':4 'iot':23 'librari':10 'low':15 'platform':9,22 'simplebl':1 'ultim':3","created_at":"2026-06-17T05:11:13.253939+00:00","updated_at":"2026-06-17T05:11:13.253939+00:00","problems":[],"ecosystem":"vcpkg","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["networking"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-17","next_check":"2026-12-14","install_tag":null}}