Skip to content

Simple C++ library for communicating with the EasyTse middleware (see https://www.tse-easy.de)

License

Notifications You must be signed in to change notification settings

eliot-exdev/EasyTseClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

Simple C++ library for communicating with the EasyTse middleware (see https://www.tse-easy.de)
Currently this library is heavily under development.
Supported TSE features:

  • Ping
  • StartTransaction

Requirements

Tested on MacOsX (arm64) and Ubuntu 21.10 (amd64).

Build

    mkdir build
    cd build
    cmake .. -DCMAKE_BUILD_TYPE=Debug -DBOOST_ROOT=<path/to/your/boost/installation>
    cmake --build .

Create a server socket for testing

    netcat -k -l 4444

Create ssh tunnel to server

    ssh -L 8081:127.0.0.1:8081 <user>@<server> -p <port>

About

Simple C++ library for communicating with the EasyTse middleware (see https://www.tse-easy.de)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published