Thread: tcpip program help needed

  1. #1
    Registered User
    Join Date
    Nov 2008
    Posts
    222

    Thumbs up tcpip program help needed

    hi


    how can i send a datagram containing “How are you” via TCP/IP socket to device located at 192.168.10.5. Then listen for a response and print the response?please help me with example.

  2. #2
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909

  3. #3
    Registered User
    Join Date
    Nov 2008
    Posts
    222
    I do not understand you. can you be specific and provide the right solution?

  4. #4
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,659
    Useful Links And Good Books
    Start with Beej's tutorial then.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  5. #5
    Registered User
    Join Date
    Nov 2008
    Posts
    222
    there are so many links. which links will give me inputs for your solution?

  6. #6
    Registered User
    Join Date
    Nov 2010
    Location
    Long Beach, CA
    Posts
    5,909
    None of them give you a solution, but Salem already told you, read Beej's guide. None will have an exact solution to your problem however.

    You've also been told multiple times, in multiple threads, over several years, that we do not give out solutions. Stop being lazy. Try actually learning something. At the very least, learn the rules of this forum.

    Read some articles/tutorials. Try a bit of code. Read some more, try some more code. Repeat until you learn what you wanted to know. If you get stuck, you can come back here for help with specific problems you are having. Help means you do most of the work, and we assist you in finding/fixing the problems you can't quite find/fix yourself. It doe not mean we write a working example for you to copy-paste.

  7. #7
    Registered User
    Join Date
    Mar 2014
    Posts
    4
    Job Interview maybe?

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Help Needed On A Program
    By Perspolice1993 in forum C Programming
    Replies: 47
    Last Post: 09-11-2011, 05:18 PM
  2. Some help needed with program.
    By ajdspud in forum C++ Programming
    Replies: 2
    Last Post: 12-06-2005, 03:36 PM
  3. TCPIP statistics
    By Unregistered in forum Windows Programming
    Replies: 2
    Last Post: 05-07-2002, 09:53 PM
  4. Multi-Platform TCPIP programming.
    By Coin in forum C Programming
    Replies: 3
    Last Post: 11-30-2001, 03:19 AM
  5. TCPIP.h
    By Coin in forum C Programming
    Replies: 4
    Last Post: 11-28-2001, 12:41 PM