Git Product home page Git Product logo

networkmanager's Introduction

NETworkManager Preview

NETworkManager

A powerful open source tool for managing networks and troubleshooting network problems!

Connect and manage remote systems with Remote Desktop, PowerShell, PuTTY, TigerVNC or AWS (Systems Manager) Session Manager. Analyze and troubleshoot your network and systems with features such as the WiFi Analyzer, IP Scanner, Port Scanner, Ping Monitor, Traceroute, DNS lookup or LLDP/CDP capture (and many more) in a unfied interface. Hosts (or networks) can be saved in (encrypted) profiles and used across all features.

All releases

All releases Latest release Latest pre-release

GitHub stars GitHub forks

AppVeyor AppVeyor

Transifex Feature request Bug report

DownloadChangelogDocumentationContributingBuildLicense

NETworkManager Preview

📦 Download

Prebuilt binaries (setup, portable and archive) are available on the download page. Here you will also find the system requirements and how to install the application silent. The files are provided via GitHub releases.

In addition, NETworkManager is available through the package managers Chocolatey, WinGet and Evergreen:

# Chocolatey
choco install networkmanager

# WinGet
winget install BornToBeRoot.NETworkManager

# Evergreen
Get-EvergreenApp -Name NETworkManager | Save-EvergreenApp -Path C:\Users\$env:Username\Downloads\

📃 Changelog

You can find the changelog for each version here.

📖 Documentation

The documentation is provided via GitHub pages and can be found here.

✨ Contributing

Here you will find ways to contribute:

A list of all contributors can be found here.

This project has adopted the code of conduct defined by the Contributor Covenant.

🔧 Build

You can build the application like any other .NET Core / WPF application on Windows.

  1. Make sure that the following requirements are installed:

    • SDK .NET 6.x
    • Visual Studio 2019 or later with .NET desktop development and Universal Windows Platform development
  2. (optional) Install InnoSetup to create an installer.

    • Download the additional languages from the Inno Setup repository and copy the following files to %ProgramFiles%\Inno Setup 6\Languages: ChineseSimplified.isl, ChineseTraditional.isl, Hungarian.isl, Korean.isl

    NOTE: The languages files must be downloaded or cloned so that the encoding of the file is not changed (e.g. Chinese should be UTF-8-BOM).

  3. Clone the repository and all submodules:

# Clone the repository
git clone https://github.com/BornToBeRoot/NETworkManager

# Change directory
cd NETworkManager

# Clone the submodules
git submodule update --init --recursive
  1. Open the Source\NETworkManager.sln with Visual Studio or JetBrains Rider to build (or debug) the solution.

NOTE If you have installed the requirements from step 1 (and optionally step 2), you can also directly build the binaries with PowerShell 7 or later:

# Clone the repository
git clone https://github.com/BornToBeRoot/NETworkManager

# Change directory
cd NETworkManager

# Clone the submodules
git submodule update --init --recursive

# Allow the execution of the build script
Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass

# Build the binaries
& .\build.ps1

📝 License

NETworkManager is published under the GNU General Public License v3. The licenses of the used libraries can be found here.

networkmanager's People

Contributors

borntoberoot avatar dependabot[bot] avatar transifex-integration[bot] avatar mergify[bot] avatar dependabot-preview[bot] avatar imgbot[bot] avatar umutcomlekci avatar imgbotapp avatar ms-pc avatar bovirus avatar venusgirl avatar tmtygnz avatar mdawsonuk avatar eko1495 avatar deaquino avatar ghislain1 avatar ebweist avatar freeman2016 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.