Boost logo

Boost :

Subject: [boost] RemoteCall framework for RPC
From: Alex Marmer (amarmer_at_[hidden])
Date: 2015-05-16 23:57:01


Hello,
I created a C++ framework RemoteCall which allows to use RPC the same way as  local C++ calls are used.
For declaration, implementation and call used macros: DECLARE_REMOTE, IMPLEMENT_REMOTE, CALL_REMOTE.Return and parameters (In and In/Out) can be any type except pointers. 
For instance:  std::tuple<in, bool> DECLARE_REMOTE(Test)(std::vector<std::string>& vInOut, const std::wstring& sIn).
Implementation is on https://github.com/amarmer/RemoteCall
Would it be useful to add this framework in Boost?
Sincerely,Alex 


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk