D-Bus equivalent for Windows

2019-03-09 02:09发布

Anyone know of a Linux/D-Bus sort of mechanism for Windows?

Thanks

3条回答
我命由我不由天
2楼-- · 2019-03-09 02:17

windbus is now part of the official DBus releases, see: https://www.freedesktop.org/wiki/Software/dbus/#windowsport

查看更多
Viruses.
3楼-- · 2019-03-09 02:38

Choose your poison:

http://msdn.microsoft.com/en-us/library/aa365574%28VS.85%29.aspx

The following IPC mechanisms are supported by Windows:

  • Clipboard
  • COM
  • Data Copy
  • DDE
  • File Mapping
  • Mailslots
  • Pipes
  • RPC
  • Windows Sockets

The closest to DBus is COM.

查看更多
爱情/是我丢掉的垃圾
4楼-- · 2019-03-09 02:38

The reference D-Bus implementation natively supports Windows. Previously, the WinDBus project could be used. There is no need for equivalents if you want to use D-Bus.

查看更多
登录 后发表回答