A WPF Applicaction (server) and console application (client) to comunicate using Named Pipes for Network Interprocess Communication.
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.
- .NET Framework 4.7.2
- Clone project.
- Open TheRazorEdge.sln
- 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.
Any advise for common problems or issues.
Javier Carracedo
Twitter Profile: @JaviKarra94
This project is licensed under the [NAME HERE] License - see the LICENSE.md file for details
- ACDC - The Razors Edge. The origin of the project name because the song was sounding in the creation of the project.
- El patrón Observador en C#. Good explanation about observer pattern design.