Results 1 to 2 of 2

Thread: [1.0/1.1] Find and Display computers in the network

  1. #1

    Thread Starter
    Member
    Join Date
    Jun 2002
    Location
    Madras
    Posts
    50

    Thumbs up [1.0/1.1] Find and Display computers in the network

    Hi,

    i need to display the computers on my network. what i need to do for that.

    thanks,
    venkat

    Strength is Life, Weakness is Death

    - Swami Vivekananda

  2. #2
    Lively Member Dominator's Avatar
    Join Date
    Oct 2004
    Location
    Egypt
    Posts
    65

    Re: [1.0/1.1] Find and Display computers in the network

    I think u need to use Socket class
    the software must have the IP map i.e. if ur pc IP is 192.168.1.2, put the IP Map to 192.168.1.XXX

    while the XXX will be counter of for loop, the Socket object will try to connect to every IP in the for loop using port 80, if connection established, then this IP alive else that IP not exist,

    to ensure that no PC left, and all pcs in ur list, u may delay the time between each connection, i.e. in for loop put thread.sleep or somthing to give the socket chance to connect to remote host.


    Hope this help
    .........................................................
    John F. Gouda {A.K.A}{Dominator Legend}
    Software Engineer
    +20-0125113313
    .......................................................
    Please feel free to download my projects:
    Http://DominatorLegend.Co.Nr
    .................................................................................................... ................................................................................................
    Direct Library | Speech Library | System Locker V.3 | Magic Encryptor | And many many more, follow the link above...

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