traceroute

Traceroute comparison and statistics

I have a number of traceroutes that i need to compare against each other but i dont know the best way to do it, ive been told that hash maps are a good technique but i dont know how to implement them on my code. so far i have: FileInputStream fstream = new FileInputStream("traceroute.log"); // Get the object of DataInputStream DataI...

Telnet and traceroute In Iphone

Hi, I am a beginner in programming for iphone.I want to develop traceroute and telnet app for iphone.Can you please provide me with some sample codes or pointers to start with. Thanks, Vinod. ...

Continue to grep for traceroute result with bash

Every night I go through the same process of checking failover systems for our T1's. I essentially go through the following process: Start the failover process. traceroute $server; Once I see it's failed over, I verify that connections work by SSHing into a server. ssh $server; Then once I see it works, I take it off of failover. ...

Can you do a Ping or traceroute command on iPhone?

Odd question, I know I can do this in OS X Objective C, but can you run a ping against an IP or URL on the iPhone? Is the framework there to support it? Same with doing a traceroute. ...

traceroute ipv6 using vb6

Hello guys, Am trying to do traceroute using vb6, but don;t have any idea. Am thinking of using dos to do the job, and then capturing the output of dos in my app another idea is converting the address from ipv6 to ipv4 and the do the trace route in case teh hardware doesnt support ipv6 any ideas? ...

How does one send ICMP packets (with associated TTL values) in Java on Android? Is it possible without a 3rd-party library? If not, what do you use?

This seems like it should be a simple solution to find, but I'm not having any luck. I want to write a simple ping/traceroute/dns troubleshooting app, but am simply not finding any documentation or examples on sending ICMP ECHO packets with set TTLs and interpreting their responses. I realize that Java likes to keep you away from "low-le...

Linux traceroute Countries

Okay I was searching now for quite some time and I can't believe it. Is there no traceroute that shows me the hops on a world map? And maybe in a 64bit version I found xtraceroute, grace, GTrace... but they are all a little bit rusty. Maybe I'm just too stupid Anybody knows something ...

How to traceroute in adb shell?

Hi, I have a rooted device, I type "su" in adb shell, then I try to traceroute. It says "traceroute: not found". I can't find traceroute in any bin folders. Thanks for any hints. ...