Linux蓝牙编程

发布于 2024-08-26 20:49:42 字数 125 浏览 7 评论 0原文

我正在制作一个桌面应用程序来连接嵌入式设备。我原本打算使用 Windows,但由于缺乏适当的示例和文档,我决定使用 Linux bluez 开发。有人可以推荐一个关于 bluez 编程的好资源吗?我找到了麻省理工学院的文档,但仅此而已。

I am making a desktop application to connect with an embedded device. I was going to use Windows but due to lack of proper examples and documentation I decided to go with Linux bluez development. Can someone suggest a good resource to go about programming for bluez. I found a MIT documentation but that was about it.

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

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

发布评论

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

评论(3

裸钻 2024-09-02 20:49:42

bluez 使用 D-Bus 进行通信。使用 D-Feet 检查 org.bluez 界面,以便您可以适当地针对 D-Bus API 进行编写。

bluez uses D-Bus for communication. Use D-Feet to inspect the org.bluez interface so that you can write against the D-Bus API appropriately.

网名女生简单气质 2024-09-02 20:49:42

我也一直在寻找有关 Linux 环境中蓝牙应用程序开发的信息,并发现了这个非常好的资源 http://people.csail.mit.edu/albert/bluez-intro/c404.html

I've also been looking for info on Bluetooth application development in the Linux environment and came across this pretty good resource http://people.csail.mit.edu/albert/bluez-intro/c404.html.

埋情葬爱 2024-09-02 20:49:42

有一本相当不错的书程序员的蓝牙要点。它有适用于 Windows 和 Linux 蓝牙堆栈的部分。至少您可以在书籍网站上查看章节示例的来源。

There is quite good book Bluetooth Essentials for Programmers. It has section for both Windows and Linux bluetooth stack. At least you can look at sources of chapter examples on the book site.

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