Skip to content

forxn9/gdbus_test

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.4%
  • Makefile 1.6%