Plotting of Network Topology graph based on json input

Nishith Kant Chaturvedi picture Nishith Kant Chaturvedi · Jul 31, 2014 · Viewed 15.6k times · Source

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.

Answer

nemesisdesign picture nemesisdesign · Oct 18, 2015

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.