Plotting of Network Topology graph based on json input

独自空忆成欢 提交于 2019-12-20 15:31:34

问题


I want to draw network topology graph with Highchart or any other js library by proving json data as input . While going through the example at http://www.highcharts.com/demo/renderer for Topology plot requirement , I found that it is static and doesn't have any example with fixed json format to render topology dynamically on basis of topology xml .

seeking help to plot Logical Topology/network topologies based on various json /xml.


回答1:


Check out netjsongraph.js.

See the netjsongraph demo example.

It's based on D3 and it uses the NetJSON format, which is specifically designed for networking software.

I hope it helps.



来源:https://stackoverflow.com/questions/25059991/plotting-of-network-topology-graph-based-on-json-input

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!