Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 289 Bytes

README.md

File metadata and controls

27 lines (22 loc) · 289 Bytes

Configure

Set your EVK IPs in sample files.

Build

mkdir build && cd build
cmake ..
make

Run the C++ Examples

# first EVK
./sample-rx

# second EVK
./sample-tx Hi

Run the Python Examples

# first EVK
python3 sample-rx.py

# second EVK
python3 sample-tx.py