AC-FuSa-Tools / nav

navigate kernel database
GNU General Public License v2.0
3 stars 4 forks source link

Feature request - could output includes subsystems' info? #3

Closed gianlucafarinaccio closed 1 year ago

gianlucafarinaccio commented 1 year ago

Hi everyone, I'm working on my project.
In my opinion can be useful to retrieve info about subsystems for every symbol which is included in the output graph.

Do you think is possible to get an output from nav which contains this info? So, for me a useful output could be a JSON like this...

{
  "graph": " ...dot string... ",
  "subsystems": {
     "subsystem1": ["node1", "node2"], 
     "subsystem2": ["node3", "node4", "node1"]
  }
}

or similar.

alessandrocarminati commented 1 year ago

Working on it.