 |
AppletTalk.com Java discussions newsgroups
|
| View previous topic :: View next topic |
| Author |
Message |
news.ncku.edu.tw Guest
|
Posted: Thu Apr 26, 2007 1:59 pm Post subject: network visualization/topology |
|
|
I would like to code a small program with gui, that would take the
output of traceroute and output the topology of the network. can
someone please kindly advise how I should code such a program?
regards,
Jake |
|
| Back to top |
|
 |
Daniel Pitts Guest
|
Posted: Mon Apr 30, 2007 3:28 am Post subject: Re: network visualization/topology |
|
|
On Apr 26, 1:59 am, "news.ncku.edu.tw" <c...@crypto.ee.ncku.edu.tw>
wrote:
| Quote: | I would like to code a small program with gui, that would take the
output of traceroute and output the topology of the network. can
someone please kindly advise how I should code such a program?
regards,
Jake
|
It doesn't sound like a small program at all.. It has several parts to
it in fact.
First part would be to run traceroute from Java, or at least capture
the output of it. The second part would be to parse that output into
something useful. The third part would be to use that data to
construct a topology of the network in memory. And the final part
would be to display that information in a visual way. |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|