Skip to content

Releases: DEVDEER/NamedPipesDemo

v2.0

10 Oct 23:02
Compare
Choose a tag to compare
v2.0 Pre-release
Pre-release

CRC32 and new string handler

v0.1

04 Sep 18:06
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

Summary

This is the first beta version of the sample applications. It shows different concepts.

First it shows how to exchange a "secret" token to establish the communication. The server waits until a client connects and then expects it to send "0815" as a secret with the first message. If this happens it then will send a specific string every 10 ms over the pipe until the client closes the connection.

Installation

Unpack the archive to a directory and then start the Server.exe first. It will wait for a client connection. Next run the Client.exe. It will connect to the server and receive a package every 10 ms until you stop the client by hitting Strg+C. The server will then terminate.