Click here to Skip to main content
15,885,278 members
Articles / Programming Languages / C++

Remote Procedure Calls using C++ Delegates

Rate me:
Please Sign up or sign in to vote.
5.00/5 (8 votes)
19 Mar 2020CPOL9 min read 19.2K   435   21  
Invoke remote functions over any communication medium using a C++ delegate library
A C++ delegate library that supports synchronous, asynchronous and remote function invocation on any C++03 or higher based system. Any serialization is supported such as binary, JSON and XML. All communication protocols are supported including UDP, TCP, serial, and data pipes.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
United States United States
I've been a professional software engineer for over 20 years. When not writing code, I enjoy spending time with the family, camping and riding motorcycles around Southern California.

Comments and Discussions