0

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.

3
  • Probably need the homework tag adding to this question... Commented Dec 8, 2010 at 15:29
  • What are you actually being asked to do, here? I mean, what is the main focus of this assignment? Are you looking at inputting/outputting XML files? Graphics? Object-oriented programming? Understanding what you're looking for would help in knowing what kind of answer to give. Commented Dec 8, 2010 at 15:31
  • The last sentence. We are looking for code that could help us display the network. Commented Dec 9, 2010 at 9:22

1 Answer 1

1

QuickGraph is an excellent interface for use with Graphviz

Example Graph

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.