English 中文(简体)
浏览器与外部硬件之间的互动?
原标题:Interaction between browser and external hardware?

I d like to know what are the different ways for a browser to interact with external hardware. Something important : I have control over the machine. That means I can install addons( firefox, chrome ), and run exes on the machine.

我已经有一个能够与硬件沟通的JAVA方案,我很想知道如何将接口暴露在浏览器上。 因此,我有可能进行调查,但我很想知道,我是否能够这样做。

Thank you

问题回答

我也存在同样的问题。 所介绍的唯一途径是使用添加器,或书写使用超文本的C服务器作为全球倡议。

我知道你正在使用贾瓦语,这一读物是C++的,但基本原则仍然应当有效:link here

内容允许你连接外部装置。 如今,你唯一的选择是利用gin窗向外部硬件通信。

你们可以寻找全国扫盲方案(一个叫做PPAPI的新皮正在制作之中),使你能够创造出一个能够向本地法典传达的种子,以做你想要的一切。





相关问题
Configuration of Java Developer s Notebook

For Java Platform, i use Eclipse Galileo IDE, Jboss Tools plugin, SpringSource IDE, MyEclipse IDE, Tomcat as Service, Mysql as Service, Oracle Sql Developer Client, Netbeans, Aptana Studio, also ...

deviceID format for PS/2 mouse

I would like to know the DeviceID and PNPDeviceID format for PS/2 Mouse. On my system Device ID for PS/2 mouse is ACPIPNP0F134&1F1D307&0. So is the format is ACPIPNPxxxx{something} or some ...

Java Hardware Interrupt Handling

I would like to know if it is possible to automatically invoke a Java method when a hardware interrupt is raised.

Determine VRAM size on windows

I need to determine roughly how much VRAM a system s graphics card has. I know all the reasons why I shouldn t but I do. It doesn t need to be perfect (some cards lie etc.) but I need a ballpark. On ...

Relation between USB and PCI

I m bit confused by the following statement in linux device drivers book. http://www.linuxdriver.co.il/ldd3/ 13.2. USB and Sysfs To help understand what this long device path means, we describe ...

Do bitwise operations distribute over addition?

I m looking at an algorithm I m trying to optimize, and it s basically a lot of bit twiddling, followed by some additions in a tight feedback. If I could use carry-save addition for the adders, it ...

热门标签