Results 1 to 3 of 3

Thread: Tracers.

  1. #1
    Junior Member
    Join Date
    Oct 2004
    Posts
    1

    Tracers.

    Hi all,

    I'm in my final year at uni and for my project I would like to write a basic tracer programme (as basic as it can be). This is with the intention that I could then visualise the path the data takes to travel between the 2 campus's via a OS map, (hopefully if the uni will give me the information I need).

    Problems:

    I'm not amazing at programming, i can hold my own with a bit of effort but have only really programmed in pascal, so I was looking for some tutorials on how this could be done but cannot find any, or some source code to have a look at.
    Does any one know where I could find these?

    Also can a tracer programe be ran via a web page?

    Any ideas or help would be much appreciated as im struggling.

    THanks
    DEano

  2. #2
    Just Another Geek
    Join Date
    Jul 2002
    Location
    Rotterdam, Netherlands
    Posts
    3,401
    What exactly will you be tracing?

    Do you mean a network trace like traceroute?

    If so, take a look at any of the Open Source OSs. Ping and traceroute are the commands you'll need. Most of it is written in C though.

    Here's the source from FreeBSD:

    ping.c
    traceroute

    Have a look at http://www.samspade.org for a webinterface to traceroute.
    Oliver's Law:
    Experience is something you don't get until just after you need it.

  3. #3
    Senior Member
    Join Date
    Jul 2002
    Location
    Texas
    Posts
    168
    if you port the code to java then yes it can be run on a webpage. www.maththinking.com/boat/ will give you a bunch of resources on writing code. Online books that is.
    <chsh> I've read more interesting technical discussion on the wall of a public bathroom than I have at AO at times

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •