This example shows basic usage of eRPC framework.
Run these commands in this folder based on needs with correct path to erpcgen application
C/C++ shim code:
erpcgen -gc -o shim/py hello_world.erpcPython shim code:
erpcgen -gpy -o shim/py hello_world.erpcIn case of C/C++ build application
First run server, then client.