Hi,<div>I recently released dbus implementation in javascript and FUSE-based dbus filesystem </div><div><br></div><div><a href="https://github.com/sidorares/node-dbus">https://github.com/sidorares/node-dbus</a></div><div><a href="https://github.com/sidorares/dbusfs">https://github.com/sidorares/dbusfs</a></div>
<div><br></div><div>At the moment best source for documentation is in examples code, I'm working on proper readme/documentation.</div><div><br></div><div>This is work in progress, but overall is functional, you should be able to connect to session/system bus (you need to have socat installed to be able to connect to abstract socket address), create your own server bus, create proxy objects from introspection xml automatically and expose interfeces with automatically generated introspection interface.</div>
<div><br></div><div>Cheers,</div><div>Andrey.</div><div><br></div>