node-dbus-next icon indicating copy to clipboard operation
node-dbus-next copied to clipboard

🚌 The next great dbus library for node

Results 50 node-dbus-next issues
Sort by recently updated
recently updated
newest added

Are there any plans to make a new release of `dbus-next`? Electron 20 requires `node-gyp >=8.4.0`, which breaks building `dbus-next` because of the old version of `usocket` the released version...

Hello, I got notices of "matches" accumulating while using another library [1] using this library for dbus communication. Traced it until `MessageBus._addMatch`/`MessageBus._removeMatch` which seems to get called properly. However, the...

Linux jes-MS-7680 5.15.0-27-generic #28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04 LTS Release: 22.04 Codename:...

Hello! Love the library, but I noticed that `systemBus`, unlike `sessionBus`, doesn't pass `opts` down the chain. I've added this, so that I can `.systemBus({ authMethods: ['ANONYMOUS'] })` Thanks!

I wrote the following for myself as I wanted to use D-Bus natives and not send JSON all over the place and I didn't see the library provide anything for...

Hi The problem I'm facing is checking if service emitting signals went dark. There seems to not be any event emitted when interface goes down. To make problem worse when...

Hello, First thanks for the great library. I have a question about how to make errors thrown from handlers to be (at least) logged. For example: ``` properties.on('PropertiesChanged', (iface, changed,...

I'm getting these when I try to use the @method({}) decorator: ``` TypeError: Cannot read properties of undefined (reading 'value') at /home/mikel/Workspace//node_modules/dbus-next/lib/service/interface.js:158:40 at __decorate (/home/mikel/Workspace//node_modules/tslib/tslib.js:99:114) at file:///home/mikel/Workspace//dist/index.js:189:1 at processTicksAndRejections (node:internal/process/task_queues:96:5)...

Hello, I just wanted to ask if this project considers switching to ECMAScript modules in the future. This would allow other Javascript implementations like Deno to run this code as...

I am making library for Bluez DBus. ManufacturerData that format: a{qv} But when passing that object: ```js { 0x0059: {...} } ``` `0x0059` key was converting to string and produces...