Skip to content

kssim/dbus-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Summary

  • This repository is a collection of sample code that uses d-bus.
  • The example code is written in C and Python language.
  • It is currently written only a basic example, but various examples will be added later.

Usage

  1. Place the file in the configuration directory, in /etc/dbus-1/system.d/.
  2. In the example code, run the server first.
  3. Next, execute the client.
  4. Check the log output to the screen.

References