电脑与手机之间的蓝牙客户端/服务器通信

发布于 2024-09-08 06:00:18 字数 202 浏览 2 评论 0原文

我只需要一个使手机和计算机通过蓝牙进行通信的基本示例或教程。

一个好的链接/网站也值得赞赏。

服务器部分(计算机部分)可以使用多种编程语言(JavaC++Python 甚至其他语言)制作。

客户端部分(手机)必须是Java Micro Edition MIDlet。

I need just a basic example or tutorial of making a mobile phone and a computer communicate via Bluetooth.

A good link/website to start from is also appreciated.

Server part (computer part) can be made on many programming languages (Java, C++, Python or even something else).

Client part (mobile phone) must be a Java Micro Edition MIDlet.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

清君侧 2024-09-15 06:00:18

经过多天的研究,我成功制作了一个应用程序,可以将计算机上鼠标光标周围区域的屏幕截图(实时)发送到手机客户端。

客户端和服务器都是用Java编写的。
我使用 BlueCove 制作桌面部分。它是 JSR-82 实现(与 MIDP 中的协议相同),因此桌面和移动部分共享大量代码。


如果有人需要它,我会将应用程序发布为公共领域,不承担任何责任。

下载代码

我'我并不为此感到自豪。毕竟我写这本书的时候才15岁。代码在某些地方很糟糕,但我喜欢为代码重用进行抽象。

After many days of research, I managed to make an application that sends (in real time) screenshots of area around the mouse cursor on a computer to a mobile phone client.

Both client and server are written in Java.
I used BlueCove to make the desktop part. It is a JSR-82 implementation (the same protocol as in MIDP), so desktop and mobile parts share a lot of code.


In case someone needs it, I release the application as public domain, without any responsibilities.

Download the code

I'm not really proud of it. After all, I was 15 when I wrote it. The code is horrible in some places, but I enjoyed making the abstraction for code reuse.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文