Skip to content

Releases: nilshenrich/TCP_ServerClient

v3.0.0

21 Jun 20:35
f458f90
Compare
Choose a tag to compare

Update to version 3

  • changes:

    • New structure:
      There are no .cpp files anymore, everything is implemented in header directly
  • improvements:

    • No linker flags must be included anymore as everything is now implemented in header
    • Installation process is simplified: Just call "make" or "make install" (with root privileges) in root folder to install (copy) library files

v2.0

17 May 21:30
8e4897f
Compare
Choose a tag to compare

Update to version 2

  • changes:

    • Change install directory and library names. See readme.md for details
    • "listener" naming is replaced by "server"
  • improvements:

    • Extend test scope: Check TLS connection with RSA and EC certificates
    • Improvement of example. Not needed to install libraries to execute example
  • bug fixes:

    • Immediately flush out stream when receiving messages in forwarding mode

v1.0.0

21 Apr 13:30
Compare
Choose a tag to compare

First release of C++ library for asynchronous TCP based client-server communication