Access your USB device using Google Native Client (Nacl)

I have a browser plugin that does not have a visual interface and runs in the background. The plugin is built using NPAPI technology. A browser plugin is used to configure a USB device. Now we want to change it and use some other technologies, since chrome plans to get away from NPAPI.

I went through the Google Native Client (Nacl) and PPAPI, this is a good technology, and since it is a Native Client, it allows access to the equipment in my case to USB devices.

I wanted to confirm my understanding of this issue. Let me know if the Google Native Client supports accessing USB devices from the Internet.

+4
source share

All Articles