A Windows network plug-in to view network traffic from your PC.
This guide will walk you through the steps to build and run the Network Traffic Monitor application, and create an executable (.exe) file using GitHub Actions.
- GitHub Account: Ensure you have a GitHub account.
- Git: Make sure Git is installed on your computer. You can download it from here.
- .NET SDK: Install the .NET SDK from here.
First, clone the repository to your local machine. Open your terminal or command prompt and run:
git clone https://github.com/yourusername/Windows-Network-Plugin.git
cd Windows-Network-Plugin
Open the project in your preferred IDE (e.g., Visual Studio, Visual Studio Code).
To build the project, run the following command in the terminal:
dotnet build
To run the application locally, use:
dotnet run
You should see the Network Traffic Monitor application running.