Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 410 Bytes

File metadata and controls

25 lines (15 loc) · 410 Bytes

Hello world example

This example shows basic usage of eRPC framework.

Prerequisites

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.erpc

Python shim code:

erpcgen -gpy -o shim/py hello_world.erpc

In case of C/C++ build application

Run example

First run server, then client.