Giter VIP home page Giter VIP logo

netvis's Introduction

NetVis

NetVis is a network traffic visualisation tool which provides an analyst with enhanced awareness, facilitating the fast detection of malicious traffic. It was originally completed as a group practical for the computer science degree course at the University of Oxford.

Dependencies

The project is written in Java and uses JOGL to display visualisations.

To build and run it, you must have installed;

To build the project using Eclipse, import the workspace directory as an existing Java project, and add JOGL libraries to the project build path.

Latest Version

The latest version can be found at the GitHub repository.

Licence

NetVis is licensed under the GNU General Public License v3, see the LICENCE file for details.

Authors

James Nicholls, Dominik Peters, Albert Slawinski, Thomas Spoor, Sergiu Vicol.

netvis's People

Contributors

dominikpeters avatar ergovschi avatar errendir avatar jhappa avatar ryft avatar theflyingfrogfish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Forkers

ergovschi

netvis's Issues

Fix all bugs

This issue is just a placeholder to keep the final release deadline milestone open.

Relevant screenshots

  • Heat Map Vis
  • Activity Map Vis
  • Traffic Volume Vis
  • DataFlow Vis
  • Distribution Vis
  • Cube Vis

Data Normalization

A class that contains normalization functions for each packet parameter enclosed in classes. Each function inputs a packet and returns a double between 0 and 1 representing a certain normalized parameter.

Eg: normalizeSourcePort p = p.sport / MAX_PORT

Useful for plotting on custom axis.

  • Source port
  • Destination port
  • Source IP
  • Destination IP
  • Time? (10 minutes normalization, everything older then that becomes negative)
  • Protocol? (kinda hard to normalize protocol)

Visualization Controls

Let the visualization add a JPanel to FilterPanel when it gets activated (for visualization controls outside the jogl panel)

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.