Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/l5n0/windows-network-plugin

A Windows network plug-in to view network traffic from your PC.
https://github.com/l5n0/windows-network-plugin

network plugin windows-plugin windows11

Last synced: 5 days ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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](https://git-scm.com/downloads).
3. .NET SDK: Install the .NET SDK from [here](https://dotnet.microsoft.com/en-us/download).

## Steps to Get Started
### 1. Clone the Repository

First, clone the repository to your local machine. Open your terminal or command prompt and run:

```bash
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:
```bash
dotnet build
```

### 4. Run the Application

To run the application locally, use:
```bash
dotnet run
```

You should see the Network Traffic Monitor application running.