Thread: TCP socket

  1. #1
    Registered User
    Join Date
    Oct 2012
    Posts
    9

    TCP socket

    Heeey i'm trying to figure this assignment , can any one help or suggests any references to solve ??

    Implement a daytime simple application in any other language you prefer:
    Write a TCP client/server program. The server sends the current date and time information to the client in response to a request sent by the client. The client should print the received date/time to the standard output.
    PS: i'm not really familiar with TCP sockets

  2. #2
    Registered User
    Join Date
    Sep 2012
    Posts
    357
    You might like to read Beej's Guide to Network Programming.
    Have fun!

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Socket operation on non-socket problem
    By MiniComa in forum C Programming
    Replies: 9
    Last Post: 08-20-2012, 12:59 PM
  2. Raw socket
    By like_no_other in forum Networking/Device Communication
    Replies: 4
    Last Post: 03-28-2009, 02:05 PM
  3. Socket programming in C with socket.h
    By funzy in forum Networking/Device Communication
    Replies: 13
    Last Post: 08-29-2008, 04:12 AM
  4. Getting Ip from socket.
    By b00l34n in forum Networking/Device Communication
    Replies: 32
    Last Post: 10-19-2004, 02:31 AM
  5. n00b doing a Socket operation on non-socket
    By Kinasz in forum Networking/Device Communication
    Replies: 2
    Last Post: 03-25-2004, 03:29 AM