You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A tool for displaying and analyzing Bluetooth Low-Energy (BLE) packet streams in pcapng format. Supports both recorded and live sessions. Frontend part only.
Set up the server, otherwise the GUI can't be used.
$ npm install
$ npm run serve # dev URL will be logged in console (should be http://localhost:8080)
Build for production
$ npm run build
About
A tool for displaying and analyzing Bluetooth Low-Energy (BLE) packet streams in pcapng format. Supports both recorded and live sessions. Frontend part only.