SuessLabs / Linux.Bluetooth

.NET Linux Bluetooth library for interfacing with peripherals using DBus BlueZ. Sponsored by Suess Labs
https://www.nuget.org/packages/Linux.Bluetooth/
Apache License 2.0
43 stars 5 forks source link

[Enhancement] [vNext] Wrapper for Easy BLE Server Support #23

Open DamianSuess opened 8 months ago

DamianSuess commented 8 months ago

Description: As a user, I would like to have sample project and/or for how to setup a BLE Server to act as the peripheral (aka. slave device).

Describe the solution you'd like

softlion commented 7 months ago

Is that planned or should we work on it ?

softlion commented 7 months ago

It looks like someone already worked on it https://github.com/exendahal/dotnet_bluez_server

DamianSuess commented 6 months ago

@softlion The work is planned to incorporate a BlueZ Server in this library to assist users so they don't have to write one themselves. It was low on the priority, but it can be bumped up to get incorporated sooner.

Community contributions are always welcomed 👍