Experimental alternative D-Bus implementation
Find a file
2022-12-31 17:55:32 +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 very barebones match implementation 2022-12-29 20:10:36 +02:00
Makefile very barebones match implementation 2022-12-29 20:10:36 +02:00
match.c store match rules per client 2022-12-31 17:55:32 +02:00
match.h very barebones match implementation 2022-12-29 20:10:36 +02:00
README.md initial basic implementation (server + wire) 2022-12-21 00:38:10 +02:00
server.c store match rules per client 2022-12-31 17:55:32 +02:00
server.h store match rules per client 2022-12-31 17:55:32 +02:00
try.h greatly simplify code 2022-12-25 20:54:10 +02:00
util.c very barebones match implementation 2022-12-29 20:10:36 +02:00
util.h very barebones match implementation 2022-12-29 20:10:36 +02:00
wire.c very barebones match implementation 2022-12-29 20:10:36 +02:00
wire.h very barebones match implementation 2022-12-29 20:10:36 +02:00

jitterbug

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