如何控制电脑鼠标从Android设备无需客户端服务器鼠标、客户端、服务器、设备

2023-09-05 08:15:20 作者:精缸互撸娃

我需要创建一个控制电脑鼠标(指针),通过Android设备,而无需下载在计算机上的服务器的应用程序,它应该是能够直接与我的电脑我已经签出了遥控机器人应用程序进行通信,但用户需要下载一个客户端服务器与手机通信

I need to create an application that control PC mouse(pointer) through android device without downloading a server on pc, it should be able to communicate directly with my pc I already checked out the remote droid application but the user would need to download a client server to communicate with the phone

那么有没有方法来遥控电脑鼠标,通过电话,而不在PC上下载一个客户端服务器?

so is there way to remote control pc mouse through phone without downloading a client server on pc?

请注意:我的工作在Android 2.3.3因此,我不能用wifi直接和USB存取

note: I am working on android 2.3.3 thus i cant use wifi direct and usb accessor

推荐答案

为什么不只是模拟常规的蓝牙鼠标,一个标准的蓝牙鼠标有其司机大部分操作系统的一部分。 没有人可以远程控制你的电脑没有蓝牙配对。 从理论上讲,我认为它应该是可能的,但它需要的知识在硬件和底层软件(所以它不是一个任务,适合大多数开发者)。

Why not just simulate regular bluetooth mouse, a standard bluetooth mouse which has its drivers as part of most os's. no one can control your pc remotely without bluetooth pairing. in theory i think it should be possible, but it requires knowledge in hardware and low level software (so its not a task suitable for most developers).