Lukas Bombach

Results 54 comments of Lukas Bombach

Ah ok, I will investigate

@farfromrefug that is `awesome`! I will write something up in the next days, ok?

@farfromrefug oh sht sorry, I did not get to this. So: Any adapter must expose this public API: ```ts type PUUID = string; type SUUID = BluetoothServiceUUID; type CUUID =...

don't worry, that is only there because there are no other platforms yet. The reason I split sblendid into multiple modules like * `@sblendid/sblendid` * `@sblendid/node-adapter` is exactly for that...

If you have any ideas how you _would like_ to integrate your adapter with sblendid please shoot

Sorry, I am in a work in progress here, I have been working on the "final" readme and did not think people would actually already use this. I will correct...

I have added a warning https://github.com/LukasBombach/sblendid#important-development-notice

You can also follow my progress here https://github.com/LukasBombach/sblendid/projects/3 For whom it might interest, the implementation is based on `Bluez` which I connect to via `DBus`. For this I will be...

Hey @KrakenTyio I have tried setting this up for local development of this thing, but I could not manage to get Bluetooth to work in my container. I want to...