All Projects → bertrandmartel → hci-debugger

bertrandmartel / hci-debugger

Licence: GPL-3.0 license
Android app decoding/displaying Bluetooth HCI packets

Programming Languages

java
68154 projects - #9 most used programming language
C++
36643 projects - #6 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to hci-debugger

bluetooth stack
这是一个开源的双模蓝牙协议栈(bluetooth.stack)(btstack),可以运行在STM32,Linux.,包含HCI,L2CAP,SDP,RFCOMM,HFP,SPP,A2DP,AVRCP,AVDTP,AVCTP,OBEX,PBAP等协议,后续会继续维护,以达到商用的目的
Stars: ✭ 204 (+871.43%)
Mutual labels:  hci
openEMSstim
openEMSstim: open-hardware module to adjust the intensity of EMS/TENS stimulators.
Stars: ✭ 90 (+328.57%)
Mutual labels:  hci
UI2CODE
A tidied repo for UI2CODE, a reverse engineering system convert UI design to code automatically and precisely.
Stars: ✭ 24 (+14.29%)
Mutual labels:  hci
proscene
Processing library for the creation of interactive scenes
Stars: ✭ 45 (+114.29%)
Mutual labels:  hci
nub
A rendering and interaction Processing library
Stars: ✭ 28 (+33.33%)
Mutual labels:  hci
GIMLeT
GIMLeT – Gestural Interaction Machine Learning Toolkit
Stars: ✭ 33 (+57.14%)
Mutual labels:  hci
V2R
Code for our IJCAI 2020 paper: "Keep It Real: a Window to Real Reality in Virtual Reality".
Stars: ✭ 20 (-4.76%)
Mutual labels:  hci
py-bluetooth-utils
Python module containing bluetooth utility functions, in particular for easy BLE scanning and advertising
Stars: ✭ 60 (+185.71%)
Mutual labels:  hci
openFACS
openFACS : an open source FACS-based 3D face animation system
Stars: ✭ 70 (+233.33%)
Mutual labels:  hci
WearableIntelligenceSystem
Wearable computing software framework for intelligence augmentation research and applications. Easily build smart glasses apps, relying on built in voice command, speech recognition, computer vision, UI, sensors, smart phone connection, NLP, facial recognition, database, cloud connection, and more.
Stars: ✭ 16 (-23.81%)
Mutual labels:  hci
stm32wb55
Implementation of bluetooth-hci for STM32WB5x wireless SoC
Stars: ✭ 18 (-14.29%)
Mutual labels:  hci
rcvis
Understandable visualizations for Ranked-Choice Voting elections: sankey, bargraphs, tabular formats, and automatically-generated videos with text-to-speech using AWS Polly.
Stars: ✭ 13 (-38.1%)
Mutual labels:  hci
2019-UGRP-DPoom
2019 DGIST DPoom project under UGRP : SBC and RGB-D camera based full autonomous driving system for mobile robot with indoor SLAM
Stars: ✭ 35 (+66.67%)
Mutual labels:  hci
quickserv
Dangerously user-friendly web server for quick prototyping and hackathons
Stars: ✭ 275 (+1209.52%)
Mutual labels:  hci

HCI Debugger

CircleCI License

Android application used to decode & display HCI packets

Download RFdroid from Google Play

screenshot

In order to use this application, you have to activate Bluetooth snoop HCI log from developper options

watch change logs

Build

Get source code

git clone [email protected]:bertrandmartel/hci-debugger.git
cd hci-debugger
git submodule update --init --recursive

Build Android App

./gradlew clean build

Tested devices

  • Samsung Galaxy S4
  • Samsung Galaxy S6

External projects

License

Copyright (C) 2016-2017  Bertrand Martel

This program 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.

HCI Debugger is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with HCI Debugger.  If not, see <http://www.gnu.org/licenses/>.
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].