tonychen0924 commented on issue #687: URL: https://github.com/apache/celix/issues/687#issuecomment-1811828516
Thank you for your advice. I'm sorry for the inconvenience caused by my native language being Chinese In Celix's existing example, after starting the container, bundles can be operated on the terminal through commands such as "lb" and "install". Now I need to expose an interface in the C++ project as a server, and the client sends instructions to remotely operate on the bundle, that is, remotely complete the "install bundle" operation. However, before I used celix, I used the same language C++ to complete the service side and the consumer side (see "celix/examples/celix-examples/services_example_cxx/src/SimpleConsumer) Bundleactivater.cc "). In the current project of Celix, I have not seen an example of C++ as a server, so I would like to ask if there is a similar case that can be used as a reference to achieve my needs? In addition, although the official website describes that C can be used as a server and C++ can be used as a consumer, it is only a description -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@celix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org