NETworkManager icon indicating copy to clipboard operation
NETworkManager copied to clipboard

A powerful tool for managing networks and troubleshoot network problems!

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

Build

Requirements

  • SDK .NET 6.x
  • Visual Studio 2019 or later with .NET desktop development and Universal Windows Platform development

Optional

  • InnoSetup (if you want to create an installer)
    • Download ChineseSimplified.isl and ChineseTraditional.isl from the official repo 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:

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.