Skip to content
Abhishek Sagar edited this page Mar 26, 2017 · 7 revisions

Welcome to the RPCAutomation wiki!#

Hi, This project is about generating automatic C code for RPC from XML file.

Time Line : 2017

  • 20 March - Begin,
  • 20 March - python script to generate C header files from XML modelling is complete
  • 22 March - python script to generate Serialize functions for C objects is complete
  • 22 March - python script to generate DeSerialize functions for C objects is complete
  • 23 March - Basic RPC infra is ready and tested. However, code auto generation is not done yet.
  • 24 March - Added example to demonstrate the RPC infra working. Next, to Automate the RPC server stubs and client stubs using script
  • 24 March - we have fully achieved the Automated code generation of RPC enabled Structures, Marshaling and Unmarshaling of Arguments, and client and server rpc stub files. Thanks.

Note : The framework do not support Arrays as of now, so do not introduce arrays or vectors fields in your structure in xml. Stubs code generated would be erroneous. I shall work to alleviate this limitation.

Clone this wiki locally