This project is forked from the XCP repository of bdoin / XCP. The QT part of the source library was discarded and converted to a LINUX library based on make including a simple C++ example how to perform XCP as Master on a LINUX system via Ethernet.
make
make clean all
cd SeednKey-Template
make
g++ -IXCPLib xcpd.cpp build/Debug/libXCP.so -ldl -o xcpd
env LD_LIBRARY_PATH=build/Debug ./xcpd
Take a look into the origin repository, here: robotjatek / XCP