Skip to content

A WPF Applicaction (server) and console application (client) to comunicate using Named Pipes for Network Interprocess Communication.

Notifications You must be signed in to change notification settings

jke94/TheRazorsEdge

Repository files navigation

The Razor's Edge Project

A WPF Applicaction (server) and console application (client) to comunicate using Named Pipes for Network Interprocess Communication.

Description

A WPF (Windows Presentation Foundation) Applicaction (server) and console application (client) to comunicate using Named Pipes for Network Interprocess Communication. A wind farm simulator with wind turbines.

Each wind turbine implements a observer patternto future works with metric recived from a pipeline. The console application (client) send metrics (randomly generated) through a pipeline (NamedPipeline) to server (the graphic application). The objetive is simulate changing weather conditions.

Example of Graphinc application

Getting Started

Dependencies

  • .NET Framework 4.7.2

Installing

  • Clone project.
  • Open TheRazorEdge.sln

Executing program

  • Select WFPApp project and 'Set as Startup Project'
  • Select target Debug or Release (open then WPF.exe application)
  • Open AutoClienteConsole.exe and run form cmd, for example to see the info in the cmd.

Help

Any advise for common problems or issues.

Authors

Javier Carracedo

Twitter Profile: @JaviKarra94

Version History

License

This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details

Acknowledgments

About

A WPF Applicaction (server) and console application (client) to comunicate using Named Pipes for Network Interprocess Communication.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages