rajesh6115 / gdbus_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple dbus server and client using GDBUS

Compiling and running

compile

$ make gen
$ make

run

$ ./server
$ ./client

introspect and call using gdbus command line

$ gdbus introspect -e -d com.fatminmin -o /com/fatminmin/GDBUS
$ gdbus call -e -d com.fatminmin -o /com/fatminmin/GDBUS -m com.fatminmin.GDBUS.HelloWorld [your name]

About


Languages

Language:C 98.4%Language:Makefile 1.6%