VB.net Network Graph code/algorithm
Posted
by
Jens
on Stack Overflow
See other posts from Stack Overflow
or by Jens
Published on 2010-12-08T15:16:53Z
Indexed on
2010/12/24
16:54 UTC
Read the original article
Hit count: 231
For a school project we need to visualise a computer network graph. The number of computers with specific properties are read from an XML file, and then a graph should be created. Ad random computers are added and removed.
Is there any open source project or algorithm that could help us visualising this in VB.net? Or would you suggest us to switch to java.
Update: We eventually switched java and used the Jung libraries because this was easier for us to understand and implement.
© Stack Overflow or respective owner