# NETworkManager **Repository Path**: fuza/NETworkManager ## Basic Information - **Project Name**: NETworkManager - **Description**: NETworkManager 是 Windows 平台的网络管理工具,用于管理网络和解决网络问题,提供了包含各种网络管理和调试功能的图形界 - **Primary Language**: C# - **License**: GPL-3.0 - **Default Branch**: main - **Homepage**: https://www.oschina.net/p/network-manager - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 8 - **Created**: 2022-10-29 - **Last Updated**: 2022-10-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README

NETworkManager

A powerful tool for managing networks and troubleshoot network problems!

NETworkManager Preview

All releases Latest release GitHub stars GitHub forks

AppVeyor AppVeyor

Transifex Feature request Bug report

# More informations - [Features](https://borntoberoot.net/NETworkManager/Features) - [Download](https://borntoberoot.net/NETworkManager/Download) - [Changelog](https://borntoberoot.net/NETworkManager/Changelog) - [Documentation](https://borntoberoot.net/NETworkManager/Documentation/Application) - [How to contribute, add a translation, write documentation or report a bug?](https://github.com/BornToBeRoot/NETworkManager/blob/main/CONTRIBUTING.md) - [List of contributors](https://github.com/BornToBeRoot/NETworkManager/blob/main/Contributors.md) - [How to report a security vulnerability?](https://github.com/BornToBeRoot/NETworkManager/blob/main/SECURITY.md) # Build **Requirements** - [SDK .NET 6.x](https://dotnet.microsoft.com/download/dotnet/6.0) - Visual Studio 2019 or later with `.NET desktop development` and `Universal Windows Platform development` **Optional** - [InnoSetup](https://jrsoftware.org/isinfo.php) (if you want to create an installer) - Download `ChineseSimplified.isl` and `ChineseTraditional.isl` from the [official repo](https://github.com/jrsoftware/issrc/blob/main/Files/Languages/Unofficial/) and place them in the language folder of InnoSetup **Build** 1. Clone or download the repository: `git clone https://github.com/BornToBeRoot/NETworkManager` 2. Run the `.\build.ps1` script with PowerShell to compile the solution and create a portable and a setup version (or open the file `Source/NETworkManager.sln` in Visual Studio to debug or build the solution) You can also copy & paste this command in your PowerShell console :smile: ```PowerShell git clone https://github.com/BornToBeRoot/NETworkManager; Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass; .\NETworkManager\build.ps1 ``` # Code of Conduct This project has adopted the [code of conduct](https://github.com/BornToBeRoot/NETworkManager/blob/main/CODE_OF_CONDUCT.md) defined by the [Contributor Covenant](http://contributor-covenant.org/). # License NETworkManager is published under the [GNU General Public License v3](https://github.com/BornToBeRoot/NETworkManager/blob/main/LICENSE). The licenses of the used libraries can be found [here](https://github.com/BornToBeRoot/NETworkManager/tree/main/Source/NETworkManager.Documentation/Licenses).