-
Notifications
You must be signed in to change notification settings - Fork 0
[vNext] DBus Example #34
Copy link
Copy link
Open
Description
As a user, I want to wire Lite.EventIpc together with Tmds.DBus so that I can publish and subscribe to events over D‑Bus. Below is a minimal, working example that:
- Uses Lite.EventIpc locally (publish/subscribe in-process).
- Mirrors those same events over D‑Bus using Tmds.DBus signals.
- Listens to the D‑Bus signal in another process and republishes into the local EventAggregator.
Why this approach? Lite.EventIpc is designed to be extended with custom IPC transports (it already ships with Named Pipe, MMF, and TCP examples, and explicitly calls out D‑Bus as a natural extension), so this example shows the simplest end-to-end path. You can later wrap this into a formal
IEventTransportimplementation. [github.com]
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels