当前位置: 首页 > 软件库 > 程序开发 > 蓝牙开发 >

Ubertooth

开源蓝牙测试工具
授权协议 GPL
开发语言 C/C++
所属分类 程序开发、 蓝牙开发
软件类型 开源软件
地区 不详
投 递 者 章锦
操作系统 Linux
开源组织
适用人群 未知
 软件概览

Ubertooth是一个开放源代码的2.4 GHz的无线开发平台,它适于被动式的蓝牙监测。Ubertooth的目标是成为世界上第一个开放源代码和能够负担得起蓝牙监测和开发的平台。实际上,类似的商业工具价值是10000美元甚至更高。迄今为止有两个版本的Ubertooth,具体如下:

  • Ubertooth Zero: It was a low power (comparable to a Class 3 bluetooth device) USB dongle, and the first working prototype hardware platform of Project Ubertooth. It has since been superseded by Ubertooth One.

  • Ubertooth One: It is a smaller, higher power (comparable to a Class 1 bluetooth device) USB dongle and is the next generation hardware platform of Project Ubertooth. It supersedes Ubertooth Zero and is currently the preferred platform.

工具主要特点:

  • Bluetooth Basic Rate injection

  • Bluetooth Low Energy monitoring and injection

  • 802.11 FHSS monitoring and injection

  • Basic spectrum monitoring

  • Ubuntu搭建UbertoothOne环境 【支持原创,转载需经过作者同意,否则追究相关责任】 相关链接 ubertoothone 官网 ubertoothone 源码库 环境说明 操作系统:Ubuntu 16.04.3 LTS Ubertooth软件版本:ubertooth 2020-12-R1 Libbtbb版本:libbtbb 2020-12-R1 ubuntu环境安装支持: sudo a

  • BLE协议栈为什么要分层?怎么理解BLE“连接”?如果BLE协议只有ATT层没有GATT层会发生什么?

  • 0.概述 这几日数据包发送与嗅探方法与实现总结。 发送:libnet与Raw Socket 嗅探:libpcap与Raw Socket 实验过程中采用过libnet与libpcap,最后全部转为Raw Socket发

  • 原文 https://sourceforge.net/p/ubertooth/mailman/ubertooth-general/thread/CAEaoPMgDDb69MaKDgwQ%3D__SgKt1sLni882FcSxjyq_3VjGV%2BxA%40mail.gmail.com/#msg34693718 [Ubertooth-general] sniff and decrypt/crac

  • sudo apt-get install python-software-properties sudo add-apt-repository ppa:pyside sudo apt-get update apt-get install libnl-dev libusb-1.0-0-dev pyside-tools wget http://downloads.sourceforge.net/pro

 相关资料
  • 本文向大家介绍Android编程之蓝牙测试实例,包括了Android编程之蓝牙测试实例的使用技巧和注意事项,需要的朋友参考一下 本文实例讲述了Android编程之蓝牙测试。分享给大家供大家参考。具体分析如下: 一、软件平台: win7 + eclipse + sdk 二、设计思路: 配合倒计时定时器实现蓝牙打开,可见,扫描三个功能 三、源代码: main.xml: test_bluetooth.j

  • 1.概述 Selenium是非常非常有用的,对JavaScript支持良好的Web层功能测试,集成测试工具。 Selenium分为Core与RC(Remote Controll)两个部分,其中Core是基础的,直接在HTML Table里编写测试代码的模块,而Remote Controll则支持用Java等语言编写测试用例,并自动调用FireFox1.5来运行。 具体的语法见http://www.

  • jd.closeBluetoothAdapter(Object object) 关闭蓝牙模块。调用该方法将断开所有已建立的连接并释放系统资源。建议在使用蓝牙流程后,与 jd.openBluetoothAdapter 成对调用。 参数 Object object 属性 类型 默认值 必填 说明 success function 否 接口调用成功的回调函数 fail function 否 接口调用失败

  • 蓝牙模块能够使你的作品与 Makeblock 蓝牙适配器 或支持蓝牙4.0的设备建立无线连接,使你能够无线地控制你的作品。 蓝牙的连接设置参看:通过蓝牙连接设备 蓝牙的灯效及含义 闪烁:蓝牙未被连接 常亮:蓝牙已连接,工作正常 灭:断电或故障 参数 尺寸:24×24mm 推荐使用距离:10m以内 蓝牙版本:BT4.0 频带范围:2402~2480MHz 天线增益:1.5dBi 能耗等级:≤4dBm

  • 蓝牙模块能够使你的作品与 Makeblock 蓝牙适配器 或支持蓝牙4.0的设备建立无线连接,使你能够无线地控制你的作品。 蓝牙的连接设置参看:通过蓝牙连接设备 蓝牙的灯效及含义 闪烁:蓝牙未被连接 常亮:蓝牙已连接,工作正常 灭:断电或故障 参数 尺寸:24×24mm 推荐使用距离:10m以内 蓝牙版本:BT4.0 频带范围:2402~2480MHz 天线增益:1.5dBi 能耗等级:≤4dBm

  • 1.1.1. btflinger 1.1.2. 以下为相关的接口: 1.1.1. btflinger btflinger是RokidOS提供的蓝牙服务 1.1.2. 以下为相关的接口: int bluetooth_rokid_open(char *name);//打开蓝牙 int bluetooth_rokid_close(void);//关闭蓝牙 int bluetooth_rokid_us