well, a very hack-ish way would be as follows:
Embed Python into your C++ app. Call Python routines from your C++
code. Use write these python routines such that they access Rpyc
objects across the net.
Yes, having the C++ part 100% C++ is not going to be easy/possible but
having your client be a C++/Python hybrid may be possible.
Timothy
--
“One of the main causes of the fall of the Roman Empire was
that–lacking zero–they had no way to indicate successful termination
of their C programs.”
(Robert Firth)