GithubHelp home page GithubHelp logo

Comments (2)

sangelovic avatar sangelovic commented on August 20, 2024

AFAIK, systemctl transforms these command line actions into D-Bus calls to the org.freedesktop.systemd1 service, which exports /org/freedesktop/systemd1 object with a number of D-Bus methods, properties and signals. You are probably asking whether you can create a proxy to that systemd1 object by using sdbus-c++ in your application. From what I have seen, I don't see any reason for that to be undoable. It should be perfectly possible. Probably the best way is to use D-Bus introspection to introspect systemd1 object interface definition, the result of which will be an XML interface description. Then out of this description, you can use sdbus-c++-xml2cpp generator to generate adaptor (you don't need that) and proxy classes. Then simply instantiate a proxy (see using-c++ tutorial for how to do that, or for example look at sdbus-c++ perf tests proxy) and you can issue calls against systemd1 and receive signals from it.

from sdbus-cpp.

ringlej avatar ringlej commented on August 20, 2024

Thank you. That worked perfectly!

from sdbus-cpp.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.