Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Better graph viz of network #27

Open
5 tasks
bbengfort opened this issue Dec 23, 2015 · 0 comments
Open
5 tasks

Better graph viz of network #27

bbengfort opened this issue Dec 23, 2015 · 0 comments

Comments

@bbengfort
Copy link
Member

Here is the current status of graph viz:

  1. There is a CommGraph that can be written to if the the appropriate configuration is set. This is a directed graph, meaning edges are not parallel and must be updated on each new message. This is then dumped to GraphML
  2. There is a command that reads the GraphML and does some simple analysis to convert into a form that's easily visualized with Gephi. These images have already been created.

There are a few problems:

  1. These graphs are static (can't animate over time)
  2. The colors in the graphs are non-representative.
  3. Information is incomplete

So to revise this we need to:

  • change the digraph to a multigraph
  • write out all messages as individual edges
  • track the recv time along with sent time
  • convert gephi to use dst as color not src
  • ensure that nodes that get multiple colors work.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant