Skip to content

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

License

Notifications You must be signed in to change notification settings

Pyrrvs/abstract-godbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages