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