On Apr 26, 1:59 am, "news.ncku.edu.tw" <c...@crypto.ee.ncku.edu.tw>
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.