Skip to content

Web app to visualise and analyse network traffic flow

Notifications You must be signed in to change notification settings

yinjisheng311/XTERMinators

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XTERMinators

Project Description

Web application that allows user visibility into network layer traffic from an application layer point of view and allow them insight into the network congestion and act accordingly.

Before Running

Install the following libraries to run without error

pip install netaddr
pip install scapy
pip install Flask

Instructions to Run

To start up the web application, do the following:

  1. Have a few computers under the same network download a large file
  2. Change directory into the folder containing main.py
  3. Run sudo python main.py
  4. Open the link at http://127.0.0.1:5000/ to start interacting with the web application. alt text alt text

About

Web app to visualise and analyse network traffic flow

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published