Giter Club home page Giter Club logo

navtool's Introduction

Network Analysis and Visualisation Tool

A tool for the analysis and visualisation of networking protocols. Developed to support the analysis of an implementation of AirTight.

Introduction

This project aims to create a simple to use tool for the analysis and visualisation of network communication. The aim is to be protocol independent, though the tool was developed with small real-time and/or embedded networks in mind (specifically AirTight).

This implementation is currently rather simplistic and needs reorganisation and additions to make it more protocol independent, ideally with more protocols implemented.

Setting-Up & Running

Setting-Up Using a Virtual Environment

Windows

git clone https://github.com/JMAlego/NAVTool.git
cd NAVTool
python3 -m venv .venv
.\.venv\Scripts\activate.bat
pip install -r requirements.txt

Linux

git clone https://github.com/JMAlego/NAVTool.git
cd NAVTool
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt

Setting-Up Without a Virtual Environment

git clone https://github.com/JMAlego/NAVTool.git
cd NAVTool
pip install -r requirements.txt

Running

To run simply use:

./run.sh ./example_data

or

./run.bat ./example_data

A data path argument is required which is a path to where the data to be analysed can be found.

NB: Relative paths are resolved in relation to the module, not where the script was run from.

AirTight Support

The AirTight protocol support includes:

  • Log viewing
  • Packet decoding
  • Network graph visualisation
  • Log validation rules
  • Timeline view
  • Slot table inspection

AirTight notifications are not currently supported, so synchronisation and other faults are not able to be inspected.

Observation analysis is possible, though limited compared to log analysis.

TODO

  • Improvements to UI,
  • More modularity and shared elements in protocols,
  • Additional rules for analysis,
  • Additional visualisations.

License

This project is licensed under the BSD 3-Clause license, see LICENSE for details.

navtool's People

Contributors

jmalego avatar

Watchers

James Cloos 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.