Skip to content

LXICom (LAN) communication based on sockets

Alex Toldaiev requested to merge otoldaie/labRemote:add_LXICom into devel

A libCom to talk over TCP/IP:

LXICom com("TTIPs", "9221");
std::string res = com.sendreceive("I1O?");

It seems, the libraries are standard and portable. There is one linux-only feature: the timeout for the socket.

modified:   src/examples/CMakeLists.txt
new file:   src/examples/lxi_ps_example.cpp
modified:   src/libCom/CMakeLists.txt
new file:   src/libCom/LXICom.cpp
new file:   src/libCom/LXICom.h

Merge request reports