Skip to content
This repository has been archived by the owner on Aug 24, 2023. It is now read-only.

Contains classes that represents the Client-Server model implemented through windows named pipes. The server and client classes can transfer data both as raw bytes or through the use of generics.

License

Notifications You must be signed in to change notification settings

Narumikazuchi/Windows.Pipes-Discontinued-

Repository files navigation

THIS PROJECT IS DISCONTINUED AND WILL NO LONGER BE MAINTAINED!

Logo

Utility Library

This library originally contained all classes that I used in my projects more than once. I made them universal instead of being hardcoded for the project in question and added them to the library in order to reuse them whenever needed. With time the library grew and not all aspects were needed in every project. That's when I decided to split them into organized individual pieces and also publish them on github as well as nuget.org.

Windows

The windows library contains features related to the platform as well as WinForms and WPF related features.

Pipes

On the other hand the pipes library only contains a server-client model for windows pipes designed for interprocess-communication.

Installation

Windows

NuGet
The installation can be simply done via installing the nuget package or by downloading the latest release here from github and referencing it in your project.

Pipes

NuGet
The installation can be simply done via installing the nuget package or by downloading the latest release here from github and referencing it in your project.

About

Contains classes that represents the Client-Server model implemented through windows named pipes. The server and client classes can transfer data both as raw bytes or through the use of generics.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages