Technica-Engineering / libtecmp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LIBTECMP

This library is intended for decoding TECMP packets and extracting the captured Ethernet frames and status messages.

Build

# Conan is only needed to build the sample app, it's not needed for the library itself
pip install conan==1.61.0

# Build CMAKE
mkdir build
cd build
pip install cmake
cmake ..
# Build release
cmake --build . --config Release

License

Copyright (c) 2020-2023 Technica Engineering GmbH

GNU Lesser General Public License v3.0 or later

About

License:GNU Lesser General Public License v3.0


Languages

Language:C 77.2%Language:C++ 10.5%Language:CMake 6.5%Language:Python 5.8%