GMLC-TDC / helics-cli

HELICS Command Line Interface
BSD 3-Clause "New" or "Revised" License
6 stars 2 forks source link

Add signal topology graph to helics_cli database and web interface #18

Open trevorhardy opened 4 years ago

trevorhardy commented 4 years ago

Implement a message topology graph to serve as a federation configuration diagnostic tool for users. The chart would show which federates are configured to send which value messages to each other. Presumably this would be subject to the same filtering of federates and messages that we use in the federate- and value-monitoring table. Given @eberleim's experience with the package, I propose we use AMCharts Force-Directed Network graph or the Force-Directed Tree graph.