@orosound/orosound-node-sdk
TypeScript icon, indicating that this package has built-in type declarations

0.2.2 • Public • Published

npm version

Installation

This release is published to npm and can be installed via below command.

$ npm install --save @orosound/orosound-node-sdk

Pre-requisite

Linux

Udev rules

To be able to communicate with Orosound devices with non-root privileges it is required to create a udev rule. You need admin rights to write inside /etc/udev/rules.d directory. The udev rule file can be downloaded with the following command :

$ curl -sL -o /etc/udev/rules.d/81-hidraw-permissions.rules https://orosound.link/assets/udev/81-hidraw-permissions.rules

You can the reload udev rules :

$ udevadm control --reload-rules && udevadm trigger

Alternatively, you can simply reboot linux.

$ reboot

Readme

Keywords

Package Sidebar

Install

npm i @orosound/orosound-node-sdk

Weekly Downloads

3

Version

0.2.2

License

ISC

Unpacked Size

25 kB

Total Files

21

Last publish

Collaborators

  • adriencarbonaro