Skip to content

aamereller/libtecmp

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
conan remote add public-conan https://api.bintray.com/conan/bincrafters/public-conan

conan install conanfile.txt
# or if building Debug
conan install -s build_type=Debug conanfile.txt

# Build CMAKE
mkdir build
cd build
cmake ..

License

Copyright (c) 2020 Technica Engineering GmbH

GNU General Public License v3.0 or later

If you want to get a non-GPL version of this lib, please get in touch with technicalsales(at)technica-engineering.de or lars.voelker(at)technica-engineering.de

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 64.1%
  • CMake 21.4%
  • C++ 14.5%