An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# ble-analyzer-gui

[Live Demo](https://ble-analyzer-gui.netlify.app/)

![Screenshot](./Screenshot_Overview.png)

## 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
```