jashwanth0712 / Safekey

Submission for pangea hackathon
https://safe-key.vercel.app/
MIT License
0 stars 4 forks source link

Multiple USB detection #8

Closed jashwanth0712 closed 1 year ago

jashwanth0712 commented 1 year ago

as of now we have assumed that user only inserts USB into only one port , but in real world scenario we know that there are multiple ports in computers and there can be multiple USBs that are attached at the same time . It is better to provide multiple concurrent USB feature

jashwanth0712 commented 1 year ago

@AmitChigare , Have a look at https://github.com/node-usb/node-usb#migrating-from-node-usb-detection

jashwanth0712 commented 1 year ago

https://github.com/jashwanth0712/Safekey/commit/4435622f89ac2cb029d2287018b5869f345adc23 created the script to detect new and removed USBs