Socket
Socket
Sign inDemoInstall

@huddly/device-api-usb

Package Overview
Dependencies
14
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @huddly/device-api-usb

Huddly SDK device api which uses node-usb wrapper responsible for handling the transport layer of the communication and discovering the physical device/camera


Version published
Weekly downloads
86
Maintainers
1
Created
Weekly downloads
 

Changelog

Source

0.4.1 (2022-11-08)

Bug Fixes
  • do not open devices if they should be excluded (c172c3bd)

Readme

Source

Build Status npm badge npm dependencies npm devDependencies NPM Downloads MIT badge Commitizen badge

Huddly SDK - Device Api USB

Development

First clone the repo.

Then you need to init and update the submodules

  git submodule init
  git submodule update

Setup dependcies

npm i

Windows

Then you need to make sure you have build tools for windows

Huddly SDK - Device Api USB

Development setup

If you want to local development together with the @huddly/sdk here is the recommend setup

  • Checkout Device Api USB repo and the sdk repo
  • run npm install in both repos, use the same node version recommend v10.12
  • Go into the Device Api USB repo, run npm link this will create a symlink to this repo in the npm cache
  • Then start the typescript compiler watcher npm run watch-ts
  • Open a new tab
  • Go to the SDK repo folder, run npm link @huddly/device-api-usb.
  • Start the typescript watcher npm run watch-ts

Now you can change things in the sdk and the Device Api USB folder and your changes will be reflected in the compiled code in the sdk.

Licence

MIT Note that the compiled Node extension includes Libusb, and is thus subject to the LGPL.

Keywords

FAQs

Last updated on 08 Nov 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc