Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 462 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 462 Bytes

Abstract-godbus

A little abstraction to facilitate the use of dbus in golang.

DONE:

  • Init a Session
  • Listen to a signal
  • Call a dbus method
  • Export dbus methods

TODO:

  • Stop listening to a signal
  • Emit a signal
  • Introspection
  • Asynchronous signal listening (using Task ID)

LICENSE

This project is licensed under MIT License.

Please see the LICENSE file for more informations.