Skip to content

Releases: nilshenrich/TCP_ServerClient

v3.1.0

04 Nov 13:56
cfc5b3e
Compare
Choose a tag to compare

Update to version 3.1

  • new features:
    • A custom text can be specified to be appended automatically to each sent message in fragmented mode. For both, server and client
    • Sending "DEBUGINFO" to an out stream writes debugging information automatically

v3.0.0

21 Jun 20:35
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
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