Results 1 to 8 of 8

Thread: need help client server thingy

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    need help client server thingy

    i need some help as where to start
    im writing a program for me and my nephews computer to put a window on the desk top when both of us are on line so we can type in messages between each other is there a way to do this and still be able to use the internet explorer at the same time?
    examples would help immensely or links im lost when it comes to that stuff
    thanks

  2. #2
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: need help client server thingy

    What language will you be using for this project?
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Re: need help client server thingy

    oh sorry vb6

  4. #4

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Re: need help client server thingy

    is a chat program the same as a server client program?

  5. #5
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: need help client server thingy

    Server-client is just an architecture, where there is 1 or more machines acting as servers (delegating messages, handling connections etc), and numerous clients connected to these servers.
    A chat program can very well be made with a Client-Server architecture.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Feb 2009
    Posts
    573

    Re: need help client server thingy

    hi there
    is it possable to get the server to send its ip address back to the client?

    and will that work on a home network as well as across internet?
    thanks

  7. #7
    Hyperactive Member Monkz's Avatar
    Join Date
    Aug 2009
    Posts
    304

    Re: need help client server thingy

    Yes it can send its ip adress, and yes it can work on a home network and across internet.

  8. #8
    Raging swede Atheist's Avatar
    Join Date
    Aug 2005
    Location
    Sweden
    Posts
    8,018

    Re: need help client server thingy

    Quote Originally Posted by flyhigh View Post
    hi there
    is it possable to get the server to send its ip address back to the client?

    and will that work on a home network as well as across internet?
    thanks
    Why would the server need to send its IP to the client? The client must've known the servers IP in the first place, in order for them to be connected.
    Rate posts that helped you. I do not reply to PM's with coding questions.
    How to Get Your Questions Answered
    Current project: tunaOS
    Me on.. BitBucket, Google Code, Github (pretty empty)

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