On Nov 15, 2002 at 02:02, kishor bhagwat wrote:
be a list of: nodeID,{set of its neighbours}
From this, it has to graphically plot the links.
I'll give an example of the issues...how do we know which node should be at the center? how about redundant links between the same two locations?
Look for ISI's networks simulator and network animator (ns and nam), I think the source code is available. At worst, you can interface with it using C++ and oTCL.