Skip to content

spaceVStab/AirViz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

Airbus-Internship-2018

Call Graph Visualization Platform for Embedded Software Call-Graph
This visualizer application is designed for any node-link graph based on D3.js

Setup

Run the following:

$ python install -r requirements.txt
$ cd app/
$ python app.py

The application is running at localhost:5000
As of now the application uses a dot (graphviz) type file which may not be the one your graph might be in. Soon the one which uses json files as the input graph file will be committed.

TODO

  • Add graph flexibility