Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/l5n0/windows-network-plugin
- Owner: l5n0
- Created: 2024-07-10T12:19:27.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T20:57:40.000Z (3 months ago)
- Last Synced: 2024-11-12T22:38:13.345Z (5 days ago)
- Topics: network, plugin, windows-plugin, windows11
- Language: C#
- Homepage:
- Size: 1.52 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.
## Prerequisites1. 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 RepositoryFirst, 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 ProjectTo 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.