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

Showing packet transfer on network widget #4

Open
maxott opened this issue Sep 19, 2012 · 1 comment
Open

Showing packet transfer on network widget #4

maxott opened this issue Sep 19, 2012 · 1 comment
Assignees

Comments

@maxott
Copy link
Member

maxott commented Sep 19, 2012

Any suggestions on showing packet transfers between 2 nodes on the
network widget? An API of type move_packet(from, to, deadline) could
accumulate these events to be rendered on next update, for example.

@ghost ghost assigned maxott Sep 19, 2012
@maxott
Copy link
Member Author

maxott commented Sep 19, 2012

The network widget relies on two data streams, one for the nodes and one for the links. You can then map any property of the links stream to a visual attribute of the link, colour, thickness, .. I believe the current network widget in 'demo' already demonstrates that. Or are you looking for something else - little dots travelling along a link is not implemented as that is too 'blatantly demo' for me. Having said that, it won't be difficult to do, either. Again the 'bridge' demo has an example where newly arriving events are visualised as 'dropping cycles off the bridge'

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