this post was submitted on 01 Apr 2025
40 points (100.0% liked)

Open Source

35393 readers
208 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

This is part of the cross-platform work for bluetuith, and is essentially a demo of the bluetooth-classic library.

This daemon provides a REST API interface to control Bluetooth Classic functions.

Features are:

  • Pairing (with authentication)

  • Connection (automatic and manual profile based connection)

  • Object Push (Send and receive files)

And currently only on Linux, it additionally supports:

  • Bluetooth network tethering (PANU/DUN)

  • Media playback control (AVRCP)

It also provides an interactive API viewer (courtesy of Scalar Docs) via the "/docs" endpoint. Also, it provides an openapi command to output the entire OpenAPI specification of the REST API.

This is currently in preview (i.e. alpha).

Any feedback is appreciated.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 1 points 1 day ago (1 children)

Is this supposed to replace bluez?

[โ€“] [email protected] 1 points 1 day ago

Probably not, given it depends on bluez