Skip to content

Files

Latest commit

 

History

History

pc

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

ESPP PC Code

This folder contains some test python scripts for loading the espp static library built within the espp/lib folder into c++ on a host system running Linux, MacOS, or Windows.

Setup

First, ensure that you have built the shared objects in the espp/lib folder. If you haven't done so yet, navigate to the espp/lib folder and run the following:

# if macos/linux:
./build.sh
# if windows
./build.ps1

Quick Start

To run a test, you can simply run the executable from the terminal:

# if windows:
./build/Release/udp_client.exe
# if macos / linux:
./build/udp_client