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

saved topology export to JSON #114

Closed
guruofquality opened this issue Jul 1, 2016 · 0 comments · Fixed by #115
Closed

saved topology export to JSON #114

guruofquality opened this issue Jul 1, 2016 · 0 comments · Fixed by #115

Comments

@guruofquality
Copy link
Contributor

Export a topology to a JSON description. For clarification, the .pth files are JSON, but they are lists of graph objects in a each page + some global variables. This includes breakers which have to be resolved into connection as well. Where as the topology format is a very simple list of connections and blocks.

  • export any used affinity zones and their configs into the threadPools list
  • export global variables into a list of globals for the output description (this requires some additions to topology JSON format)
  • Use the gui evaluator's topology traversal code to turn connection and breaker objects into a list of connections.
  • Turn all block objects into a list of blocks (graphical widgets will be skipped)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant