Results 1 to 7 of 7

Thread: Displaying a tracert nicely

  1. #1

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359

    Displaying a tracert nicely

    I can do a tracert in VB, but I'm looking for a cool way of showing the route and how close a particular route to a host is in comparison to other hosts etc.

    Its for a project for college and I just wanna make the thing look cool
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

  2. #2
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    How about having icons of all the computers, a link between all of them (to make a web) and then have a blinking light going from computer to computer, and after it has done going to one computer, show the name & time it took.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  3. #3
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    How about a Direct3D application which shows you flying around cables from one computer to another, with some nice sparks and stuff


    tracert, by plenderj......system requirements: 1.8 Ghz, GeForce 3, 256 MB RAM


    But seriously, there's not much that you can do in my opinion to make it fancy while keeping a nice overview. Sastraxi's approach a good one though, which would be a lot more structured than a couple of lines of text
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  4. #4
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    Actually, it wouldn't be structured =) just look at it!

    Instead, you would do this:
    Attached Images Attached Images  
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  5. #5
    Good Ol' Platypus Sastraxi's Avatar
    Join Date
    Jan 2000
    Location
    Ontario, Canada
    Posts
    5,134
    And 322ms RT should read 222ms RT! *oops*

    Anyways, RT would mean that that was the time for the whole "round trip". The computer with the red screen is the local computer.
    All contents of the above post that aren't somebody elses are mine, not the property of some media corporation.
    (Just a heads-up)

  6. #6
    Fanatic Member PsychoMark's Avatar
    Join Date
    Feb 2001
    Location
    Netherlands
    Posts
    540
    You could fade in each computer as the trace is made


    Btw, Sastraxi, looks pretty clear to me, although most people who use tracert aren't interested in nice graphics
    Teaudirenopossum.Musasapientumfixaestinaure.
    (I can't hear you. There's a banana in my ear)

  7. #7

    Thread Starter
    Retired VBF Adm1nistrator plenderj's Avatar
    Join Date
    Jan 2001
    Location
    Dublin, Ireland
    Posts
    10,359
    Yeah I like that way of displaying it too.

    The project we're doing is measuring network metrics ; basically how far away things are.
    So I was thinking, the user could enter a couple of hostnames into a few boxes, then hit GO.

    So then basically, a central node would appear on the screen ; our pc. Then spokes would come out from it at ( 360 / ( Number of destination hosts ) ) degrees from one another.
    And then times would be shown etc.

    But I like sastraxi's approach...
    Microsoft MVP : Visual Developer - Visual Basic [2004-2005]

Posting Permissions

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



Click Here to Expand Forum to Full Width