ffringel / erlang-dbus

Erlang DBUS implementation (forked from unmaintained erlang-dbus)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A native erlang implementation of D-Bus

D-BUs is now largely used in a lot of applications for language-independant, object-oriented RPC system.

The erlang platform needs an erlang native implementation.

Flattr this git repo Build Status Hex.pm Hex.pm Project Stats

Documentation

Current status

The status:

  • consume D-Bus services: ok
  • connect through TCP and UNIX socket: ok
  • connect through kernel: not ok (but can use unix socket emulation)
  • tested: ok.
    • erocci_backend_dbus includes a Python service with which eorcci_backend_dbus can interact
    • Another implementation of the same D-Bus interface is used in another project (Java): https://github.com/gibello/erocci-dbus-java

TODO:

About

Erlang DBUS implementation (forked from unmaintained erlang-dbus)

License:Apache License 2.0


Languages

Language:Erlang 98.1%Language:Python 1.5%Language:Makefile 0.4%Language:Shell 0.0%