You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- # 树莓派蓝牙控制部分(基于GDBus实现)
-
- ## 内容
-
- 基于Bluetooth.h的一个蓝牙socket的实现和利用GDBus调用BlueZ的底层API的实现
-
- ## 需求:
-
- glib-2.0
-
- ## 构建:
-
- ```cmake
- mkdir build && cd build
- cmake ..
- make
- ./MRSS_bluetooth
- ```
-
|