NETworkManager
NETworkManager copied to clipboard
A powerful tool for managing networks and troubleshoot network problems!
More informations
- Features
- Download
- Changelog
- Documentation
- How to contribute, add a translation, write documentation or report a bug?
- List of contributors
- How to report a security vulnerability?
Build
Requirements
- SDK .NET 6.x
- Visual Studio 2019 or later with
.NET desktop development
andUniversal Windows Platform development
Optional
-
InnoSetup (if you want to create an installer)
- Download
ChineseSimplified.isl
andChineseTraditional.isl
from the official repo and place them in the language folder of InnoSetup
- Download
Build
- Clone or download the repository:
git clone https://github.com/BornToBeRoot/NETworkManager
- Run the
.\build.ps1
script with PowerShell to compile the solution and create a portable and a setup version (or open the fileSource/NETworkManager.sln
in Visual Studio to debug or build the solution)
You can also copy & paste this command in your PowerShell console :smile:
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 defined by the Contributor Covenant.
License
NETworkManager is published under the GNU General Public License v3. The licenses of the used libraries can be found here.