Skip to content

GuildOfCalamity/IPC_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 IPC Demo - WinUI3

Icon

📝 v1.0.0.0 - May 2025

Dependencies

Assembly Version
.NET Core 8.0.13
Microsoft.WindowsAppSDK 1.7.250401001
Microsoft.Windows.SDK.BuildTools 10.0.26100.1742

📰 Description

  • A WinUI 3 app which uses TCP/IP to accept external application messages and display them.
  • There are multiple techniques for IPC, e.g. NamedPipes, FileMapping, DDE, RPC, but I'll use Sockets in this demo.
  • Basic security options are offered, which include a 6 digit rotating PIN code.
  • This source also contains plenty of tips and tricks for any WinUI 3 application.
  • I've also included an image signaling system via the Compositor using VisualLayers.
  • Don't forget to give a ⭐ if you find any of my code helpful or educational.

📷 Screenshots

Running

Active

Activity Heatmap

HeatMap

Plotter

Graph

🧾 License/Warranty

  • Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish and distribute copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
  • The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose and noninfringement. In no event shall the author or copyright holder be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
  • Copyright © 2025. All rights reserved.

📋 Proofing

  • This application was compiled and tested using VisualStudio 2022 on Windows 10/11 versions 22H2, 21H2, 21H1, and 23H2.

Releases

No releases published

Packages

No packages published

Languages