server and client

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Nuno Silva

    server and client

    I'm trying to implement a small UDP server and client who is capable of
    receiving client's local time, and send to the client the same information
    he sent to server. just this. what do I have to get in mind in order to make
    this???


  • Anthony Borla

    #2
    Re: server and client


    "Nuno Silva" <nunopedrosilva @yahoo.com> wrote in message
    news:newscache$ wj3vph$45o$1@ne wsfront4.netvis ao.pt...[color=blue]
    >
    > I'm trying to implement a small UDP server and client
    > who is capable of receiving client's local time, and send
    > to the client the same information he sent to server. just
    > this. what do I have to get in mind in order to make
    > this???
    >[/color]

    Try the following link [for possible enlightenment :)]:

    This networking Java tutorial describes networking capabilities of the Java platform, working with URLs, sockets, datagrams, and cookies


    I hope this helps.

    Anthony Borla


    Comment

    Working...