Skip to content

sshtools/jadbus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jadbus

A DBus daemon for Windows, Mac OS and optionally Linux.

Linux of course already has it's own dbus broker. It is included here for demonstration purposes, and can co-exist with Jadbus

Who Is This For?

  • You are developing a Linux application on Mac OS or Windows and want to support and test DBus functionality
  • You are porting a Linux application to Mac OS or Windows that makes us of DBus
  • You have a cross platform, multi-language application made up of multiple components, and you need a well documented and supported RPC mechanism for all the bits to talk to each other.

Features

  • Installs a system bus service and a user bus on all platforms (in a similar way Linux does).
  • Supplies an environment variable in a users environment indicating location of bus.
  • Natively compiled. Low memory footprint and fast start up.

Caveats

At the moment, security of the dbus is just supplied by file permissions. Work is in progress to tighten up the security a bit.

All applications share the bus(es), and this is perfectly safe for open desktop applications that wish to expose public APIs, but for more secure usages the moment, you will have to make your own arrangements.

TODO

  • More security
  • Configuration (using drop-in files like Linux)

Announcements

1.0.0

  • Initial release

Development

Find the source and submit pull requests at the GitHub project page, you know the drill.

License

jadbus is made available under GPL version 3. Other components under their respective licenses.

About

DBus broker for Windows, Mac OS and Linux

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages