Skip to content

yixian-yixian/remote-procedure-call-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

RPC-generator

Remote Procedure Call is a software communication protocol that one program can use to request a service from a program located in another computer on a network without having to understand the network's details.

This project was to create both client-side and server-side stubs based on a provided IDL file (interface description language). The generated stubs files are written in C++ and designed to serve cross-platform. The current design supports transmission of basic data object in C++ such as 32-bit/64-bit variables, strings, and C++ class objects.

Usage

./rpcgenerate [provided-interface.idl] You should expect to see these two files generated:

  • provided-interface.proxy.cpp
  • provided-interface.server.cpp

Collaborator

Jialin Zhang

About

remote procedure call generator program that supports basic data types transmission

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published