Skip to content

Commit

Permalink
Merge branch 'master' of github.com:lizenn/erlang-dbus
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean Parpaillon committed Apr 4, 2016
2 parents 4bbb54b + 93d5824 commit b3c8339
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
*~
.project
.settings
.idea
/_build

# erlang
*.swp
Expand Down
10 changes: 3 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,25 +15,21 @@ The erlang platform needs an erlang native implementation.
## Documentation

* [API documentation](doc/README.md)
* [Manual](https://github.com/lizenn/wiki)
* [Manual](https://github.com/lizenn/erlang-dbus/wiki)

## Current status

### The 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:

TODO:
* expose D-Bus services
* some authentication mechanisms are not implemented, but architectures allows for easy extension (see https://github.com/lizenn/erlang-dbus/blob/master/src/dbus_auth_cookie_sha1.erl, https://github.com/lizenn/erlang-dbus/blob/master/src/dbus_auth_external.erl and https://github.com/lizenn/erlang-dbus/blob/master/src/dbus_auth_anonymous.erl)
* more doc, more examples
* more tests: unit tests regarding (un)marshaling would be really great, even if the above mentioned xample has rather complex interfaces which works both with Python and Java implementations
* provide facilities for standard interfaces: Properties, ObjectManager, etc.

### [AUTHORS](AUTHORS.md)

0 comments on commit b3c8339

Please sign in to comment.