471bb87f106e14ed8cba0fe4f2da40aedbc77e68
Midas TCPIP Bus Driver
This repository contains bus driver code for interacting with devices via TCPIP, with integrated ETS logout.
Building Library
cmake -S "$(pwd)" -B /build/driver
cmake --build /build/driver --clean-first -- -j
Or just include this as a subdirectory of your CMake Project.
Description
Languages
C++
92.6%
CMake
4.8%
C
2.6%