Re: network visualization/topology
- From: Daniel Pitts <googlegroupie@xxxxxxxxxxxxx>
- Date: 29 Apr 2007 15:28:56 -0700
On Apr 26, 1:59 am, "news.ncku.edu.tw" <c...@xxxxxxxxxxxxxxxxxxxxx>
wrote:
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.
.
- References:
- network visualization/topology
- From: news.ncku.edu.tw
- network visualization/topology
- Prev by Date: Re: Adding custom cell renderer to JTable causes delete problems
- Next by Date: Re: How to create expanding Tables (Web 2.0 Style) with Swing ?
- Previous by thread: network visualization/topology
- Next by thread: Problem with SWT - "Bring to front"
- Index(es):
Relevant Pages
|