Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Networkmanager | 4,018 | a day ago | 31 | gpl-3.0 | C# | |||||
A powerful tool for managing networks and troubleshoot network problems! | ||||||||||
Packetfence | 1,176 | 2 | a day ago | 266 | April 24, 2021 | 677 | gpl-2.0 | Perl | ||
PacketFence is a fully supported, trusted, Free and Open Source network access control (NAC) solution. Boasting an impressive feature set including a captive-portal for registration and remediation, centralized wired and wireless management, powerful BYOD management options, 802.1X support, layer-2 isolation of problematic devices; PacketFence can be used to effectively secure networks small to very large heterogeneous networks. | ||||||||||
Ai Surveys | 305 | 2 years ago | ||||||||
整理AI相关领域的一些综述 | ||||||||||
Seq2seqsharp | 167 | 3 | 5 days ago | 1 | May 09, 2022 | 5 | bsd-3-clause | C# | ||
Seq2SeqSharp is a tensor based fast & flexible encoder-decoder deep neural network framework written by .NET (C#). It has many highlighted features, such as automatic differentiation, many different types of encoders/decoders(Transformer, LSTM, BiLSTM and so on), multi-GPUs supported, cross-platforms (Windows, Linux, x86, x64, ARM) and so on. | ||||||||||
Net2net | 128 | 2 years ago | 4 | Python | ||||||
Network-to-Network Translation with Conditional Invertible Neural Networks | ||||||||||
Neurallanguage Notes | 101 | 7 years ago | ||||||||
summaries and notes on neural language learning papers (deprecated) | ||||||||||
Disrupting Deepfakes | 75 | 3 years ago | 1 | Python | ||||||
🔥🔥Defending Against Deepfakes Using Adversarial Attacks on Conditional Image Translation Networks | ||||||||||
Casual Digressions | 70 | 6 years ago | ||||||||
💤 Old repository of notes on machine learning papers. | ||||||||||
Nmtkit | 68 | 6 years ago | 8 | lgpl-3.0 | C++ | |||||
Neural Network-based Statistical Machine Translation Toolkit. | ||||||||||
Word_ordering | 68 | 6 years ago | 1 | apache-2.0 | Python | |||||
Can neural networks order a scramble of words correctly? |
A powerful tool for managing networks and troubleshoot network problems!
You can connect to and manage remote systems via Remote Desktop, PowerShell, PuTTY, TigerVNC or AWS (Systems Manager) Session Manager.
Furthermore it contains features like a WiFi analyzer, IP scanner, port scanner, ping monitor, traceroute, DNS lookup or a LLDP/CDP capture (and many more) to analyze your network and troubleshoot network problems.
You can save your hosts (or networks) in profiles which can be used in the various features. For additional security, the profile file can be encrypted.
And the best part... it's open source!
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\
You can find the changelog for each version here.
The documentation is provided via GitHub pages and can be found here.
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.
You can build the application like any other .NET Core / WPF application on Windows.
Make sure that the following requirements are installed:
.NET desktop development
and Universal Windows Platform development
(optional) Install InnoSetup to create an installer.
%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
).
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
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
NETworkManager is published under the GNU General Public License v3. The licenses of the used libraries can be found here.