All Projects → ura14h → Blesniffer

ura14h / Blesniffer

Licence: MIT license
A Bluetooth LE sniffer for CC2540 USB dongle and Mac.

Programming Languages

objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to Blesniffer

esp32 bluetooth classic sniffer
Active Bluetooth BR/EDR Sniffer/Injector as cheap as any ESP32 board can get. Works with Scapy ;-)
Stars: ✭ 347 (+1019.35%)
Mutual labels:  sniffer, bluetooth
Btle Sniffer
Passively scan for Bluetooth Low Energy devices and attempt to fingerprint them
Stars: ✭ 87 (+180.65%)
Mutual labels:  sniffer, bluetooth
unijoysticle2
Bluetooth gamepad support for the Commodore 64 / Atari / Amiga, etc. (mirror)
Stars: ✭ 26 (-16.13%)
Mutual labels:  bluetooth
Bluetooth-Speaker
MouDio: a compact and portable Bluetooth speaker with high-quality components for powerful, clear sound. Moudio is built using four PCBs and laser-cut acrylic grills with 3D printed parts, and it can be easily assembled using the provided instructions.
Stars: ✭ 27 (-12.9%)
Mutual labels:  bluetooth
home assistant-ble
Companion application for home-assistant, sending bluetooth low energy detection
Stars: ✭ 21 (-32.26%)
Mutual labels:  bluetooth
hass bletracker
Custom python3 script for better location tracking on HASS. Also enables using iTag bluetooth device as a tracker + smart home button
Stars: ✭ 26 (-16.13%)
Mutual labels:  bluetooth
ble-serial
"RFCOMM for BLE" a UART over Bluetooth low energy (4.0+) bridge for Linux, Mac and Windows
Stars: ✭ 134 (+332.26%)
Mutual labels:  bluetooth
Aranet4-Python
Aranet4 Python client
Stars: ✭ 122 (+293.55%)
Mutual labels:  bluetooth
ember-mug
Reverse engineered bluetooth protocol for Ember Mugs
Stars: ✭ 87 (+180.65%)
Mutual labels:  bluetooth
spherov2.py
Unofficial Python API for all Sphero toys
Stars: ✭ 36 (+16.13%)
Mutual labels:  bluetooth
bluepad32
Bluetooth gamepad support for the ESP32 (mirror)
Stars: ✭ 117 (+277.42%)
Mutual labels:  bluetooth
Volvo-melbus
Volvo MELBUS Bluetooth audio input and remote control with Arduino Nano
Stars: ✭ 51 (+64.52%)
Mutual labels:  bluetooth
TTGO-TM-ESP32
No description or website provided.
Stars: ✭ 79 (+154.84%)
Mutual labels:  bluetooth
Bose-Frames-Web-SDK
A JavaScript version of the Bose Frames SDK
Stars: ✭ 74 (+138.71%)
Mutual labels:  bluetooth
Kaput
Kişisel araç takip yazılımı
Stars: ✭ 69 (+122.58%)
Mutual labels:  bluetooth
DroneJS
A Node.js based library for controlling a Parrot minidrone. This library also provides the feature to take pictures from the drone, download them all at a time and delete them whenever required.
Stars: ✭ 19 (-38.71%)
Mutual labels:  bluetooth
react-native-bluetooth-state
📶 Answering the question of "Is my bluetooth on?" in React Native
Stars: ✭ 72 (+132.26%)
Mutual labels:  bluetooth
linux-802.15.4-sniffer
Linux Based 802.15.4/Zigbee Sniffer
Stars: ✭ 17 (-45.16%)
Mutual labels:  sniffer
keyboard mouse emulate on raspberry
Bluetooth Keyboard Mouse Emulator on Raspberry Pi
Stars: ✭ 230 (+641.94%)
Mutual labels:  bluetooth
ESP32 IMU BARO GPS VARIO
GPS altimeter/variometer with LCD display, routes with waypoints, data/gps track logging, bluetooth NMEA sentence transmission, wifi AP + webpage configuration
Stars: ✭ 72 (+132.26%)
Mutual labels:  bluetooth

Bluetooth LE sniffer

A Bluetooth LE sniffer for CC2540 USB dongle and Mac.

CC2540 USB dongle

This application captures Bluetooth LE packet in air and saves them to a file.

Usage

This is a command line utility.

$ Blesniffer [-c channel#] [-d device#] [-v] output.pcap

Press Control + C to stop capturing packets.

Parameters

  • -c channel#: RF channel. The channel must be from 0 to 39. One of 37, 38 or 39 is recommended. This is option parameter. The default channel is 37.
  • -d device#: An index of device in list. This is option parameter. Th default index is 0.
  • -v: Enter verbose mode. This is option parameter. The default is no-verbose mode.
  • output.pcap: A name of output file which format is PCAP. If you specified '-', the program outputs captured packets to standard out.

The content of output.pcap can be seen per packet using Wireshark.

Requirements

License

Please read this file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].