Skip to content
/ XCP Public
forked from bdoin/XCP

An object oriented XCP (Universal Measurement and Calibration Protocol) implementation.

Notifications You must be signed in to change notification settings

brenkem/XCP

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XCP Master for LINUX

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.

How to handle the LINUX implementation

XCP library

build

make

rebuild

make clean all

SeedNKey shared object

build

cd SeednKey-Template
make

XCP Master Example

compile

g++ -IXCPLib xcpd.cpp build/Debug/libXCP.so -ldl -o xcpd

execute with library

env LD_LIBRARY_PATH=build/Debug ./xcpd

Features, Limitations, Packets, TODO + Examples

Take a look into the origin repository, here: robotjatek / XCP

About

An object oriented XCP (Universal Measurement and Calibration Protocol) implementation.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 84.8%
  • Makefile 15.1%
  • C 0.1%