Skip to content

Is it possible to retrieve Client information in case of multiple clients at the server side? #186

Description

@vk-gst

I have an application that contains multiple clients(proxies) interacting with server application. They have a common object path for now.

I wanted to know if it's possible to retrieve the client or proxy instance information(for eg. client-ids) at the server side, so as to associate the requests made by client1, client2, etc.
One way, I could think of is to have unique object paths for each client instance and use this at the server side. But is there any other way with sdbus-c++ that provides me this information?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions