wall_e 471bb87f10
Test And Build / Format (push) Has been cancelled
Test And Build / Lint (push) Has been cancelled
adds tests for basic tcpip functionality
2025-09-03 14:41:27 +02:00
2025-08-19 11:34:58 +02:00

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.

S
Description
Midas Reconnecting TCPIP Bus Driver
Readme 251 KiB
Languages
C++ 92.6%
CMake 4.8%
C 2.6%