Experimental alternative D-Bus implementation
Find a file
2022-12-25 21:42:40 +02:00
.gitignore initial basic implementation (server + wire) 2022-12-21 00:38:10 +02:00
LICENSE initial basic implementation (server + wire) 2022-12-21 00:38:10 +02:00
main.c add concept of names and ability for clients to own them 2022-12-21 21:38:48 +02:00
Makefile basic unicast relay mechanism 2022-12-23 23:58:18 +02:00
README.md initial basic implementation (server + wire) 2022-12-21 00:38:10 +02:00
server.c implement NameHasOwner 2022-12-25 21:42:40 +02:00
server.h add concept of names and ability for clients to own them 2022-12-21 21:38:48 +02:00
try.h greatly simplify code 2022-12-25 20:54:10 +02:00
wire.c greatly simplify code 2022-12-25 20:54:10 +02:00
wire.h basic unicast relay mechanism 2022-12-23 23:58:18 +02:00

jitterbug

jitterbug is an experimental alternative D-Bus implementation focused on simplicity and control.