Experimental alternative D-Bus implementation
Find a file
2022-12-26 23:10:22 +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 improve error handling 2022-12-26 20:28:56 +02:00
Makefile compile with address sanitizer 2022-12-26 18:05:26 +02:00
README.md initial basic implementation (server + wire) 2022-12-21 00:38:10 +02:00
server.c fix not checking for string null byte 2022-12-26 23:10:22 +02:00
server.h implement more methods 2022-12-26 18:05:12 +02:00
try.h greatly simplify code 2022-12-25 20:54:10 +02:00
wire.c fix not checking for string null byte 2022-12-26 23:10:22 +02:00
wire.h improve string handling 2022-12-26 21:13:09 +02:00

jitterbug

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