Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.
/ usb-driver-diff Public archive

Test project to compare the output of usb-driver in Node/Electron

Notifications You must be signed in to change notification settings

CargoSense/usb-driver-diff

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

USB Driver Diff

Simple test project to compare the devices reported by usb-driver run by Node.js and within Electron.

Installation:

npm install

Running it

npm start

This will:

  • Dump the devices as JSON (using Electron's Node) to electron.json
  • Dump the devices as JSON (using your Node) to node.json
  • Diff the two

You should see diff output.

You can also run npm run on-electron, npm run on-node, and npm run diff independently.

About

Test project to compare the output of usb-driver in Node/Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published