We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 9 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(3)
自从你问这个问题以来已经有一段时间了,但无论如何我都会添加这个答案,它可能会对你或其他人有所帮助。
我还对蓝牙 HID 仿真感兴趣,最好是在一些 Java/Android 代码中进行仿真。但是,我遇到了这个基于 Python 的脚本/项目:
http://code.google.com/p/ hidemulator
我自己没有尝试过这段代码,但从我所看到的来看,该脚本相当容易理解。它目前仅支持 PS3 的六轴控制器,但也许您(或者我,如果有时间的话)可以将诺基亚项目的键盘和鼠标例程改编为 Python 脚本(或将其转换为 Java/Groovy,这是我的最终目标;-))。
干杯
丰富
It's been a while since you asked the question, but I'm going to add this answer anyway, it may help you or someone else.
I'm also interested in Bluetooth HID emulation, ideally from within some Java/Android code. However, I came across this Python-based script/project:
http://code.google.com/p/hidemulator
I've not tried this code myself, but from what I can see, the script is reasonably easy to follow. It currently only supports the PS3's six-axis controller, but maybe you (or I, if I ever get the time) could adapt the Nokia project's Keyboard and Mouse routines into the Python script (or convert it to Java/Groovy, which is my ultimate goal ;-) ).
Cheers
Rich
这不是您正在搜索的内容,而是 Android 设备。
安德罗希德
http://code.google.com/p/androhid/
您需要已取得 root 权限的设备。
不幸的是,它不适用于我的 Nexus S - Cyanogen 9
It's not you are searching for but for Android devices.
AndroHid
http://code.google.com/p/androhid/
You need rooted device.
Unfortunately it doesn't work on my Nexus S - Cyanogen 9
btkbdd 使用 Bluez 为 Linux 执行此操作。请参阅: https://github.com/lkundrak/virtkbd/blob/master/btkbdd .pod
btkbdd does this for Linux with Bluez. See: https://github.com/lkundrak/virtkbd/blob/master/btkbdd.pod