You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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'
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.
The text was updated successfully, but these errors were encountered: