Skip to content

A Windows network plug-in to view network traffic from your PC.

Notifications You must be signed in to change notification settings

l5n0/Windows-Network-Plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows-Network-Plugin

A Windows network plug-in to view network traffic from your PC.


Guide to Building and Running the Network Traffic Monitor Application

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.

Prerequisites

  1. GitHub Account: Ensure you have a GitHub account.
  2. Git: Make sure Git is installed on your computer. You can download it from here.
  3. .NET SDK: Install the .NET SDK from here.

Steps to Get Started

1. Clone the Repository

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

2. Open the Project in Your IDE

Open the project in your preferred IDE (e.g., Visual Studio, Visual Studio Code).

3. Build the Project

To build the project, run the following command in the terminal:

dotnet build

4. Run the Application

To run the application locally, use:

dotnet run

You should see the Network Traffic Monitor application running.