Vicinae Bluetooth Icon

Vicinae-Bluetooth

This is a bluetooth extension for Vicinae.

Vicinae-Bluetooth interacts with the Bluez daemon using bluetoothctl. So make sure that your linux distro is using Bluez.

Scan command:

Vicinae Bluetooth scan preview

Devices command:

Vicinae Bluetooth devices preview

Installation

To install the project, you need to clone the repository, install the dependencies and run the build command. The extension will then automatically be put in the extension folder of vicinae

git clone https://github.com/gelei/vicinae-bluetooth.git
cd vicinae-bluetooth
npm install
npm run build

Install dependencies

npm install
npm run dev

If you want to build the production bundle, simply run:

npm run build