Skip to content

nav1s/Network-Monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Network Monitor

Network Monitor is a GUI project meant to give a detailed overview of all the devices on the local network. Once activated the program will make an initial scan to find all devices and then continue to seek new devices that join the network. Additionally, the program has the ability to export all info to a log file and it allows to make a port scan on any of the devices.

Install

Windows

  1. Clone the Project
  • Via HTTPS: git clone --depth 1 https://github.com/Flodur871/Network-Montior.git
  • via SSH: git clone --depth 1 git@github.com:Flodur871/Network-Montior.git
  1. Navigate into the project's folder
cd Network-Monitor
  1. Create Environment
python3 -m venv env
  1. Activate the virtual environment
env\Scripts\activate.bat
  1. Install dependencies
pip install -r requirements.txt
  1. Run the app
python monitor\main.py

Screenshots

Releases

No releases published

Packages

No packages published

Languages