https://github.com/chaphasilor/ble-analyzer-gui
A tool for displaying and analyzing Bluetooth Low-Energy (BLE) packet streams in pcapng format. Supports both recorded and live sessions. Frontend part only.
https://github.com/chaphasilor/ble-analyzer-gui
bluetooth bluetooth-le bluetooth-low-energy pcap pcap-ng pentesting security wireshark
Last synced: 6 months ago
JSON representation
A tool for displaying and analyzing Bluetooth Low-Energy (BLE) packet streams in pcapng format. Supports both recorded and live sessions. Frontend part only.
- Host: GitHub
- URL: https://github.com/chaphasilor/ble-analyzer-gui
- Owner: Chaphasilor
- License: gpl-3.0
- Created: 2021-01-02T17:53:51.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-07T21:09:21.000Z (almost 5 years ago)
- Last Synced: 2025-01-21T17:36:52.238Z (over 1 year ago)
- Topics: bluetooth, bluetooth-le, bluetooth-low-energy, pcap, pcap-ng, pentesting, security, wireshark
- Language: Vue
- Homepage: https://github.com/Chaphasilor/ble-analyzer-server
- Size: 563 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ble-analyzer-gui
[Live Demo](https://ble-analyzer-gui.netlify.app/)

## Getting Started
Set up [the server](https://github.com/Chaphasilor/ble-analyzer-server), otherwise the GUI can't be used.
```sh-session
$ npm install
$ npm run serve # dev URL will be logged in console (should be http://localhost:8080)
```
### Build for production
```
$ npm run build
```