CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Nov 2011
    Posts
    12

    socket programming

    how to send data packets from server to client through tcp/ip protocol?

    is there any syntax or header files need to add ?

  2. #2
    Join Date
    Nov 2011
    Posts
    12

    Re: socket programming

    please i need the solution for
    client request--------------------- ff 00
    server response------------------ff 0c 80 08 ff ff 01 01

  3. #3
    Join Date
    Oct 2005
    Location
    Minnesota, U.S.A.
    Posts
    680

    Re: socket programming

    Ravi,

    Wow, that is a loaded question. There is a LOT more to it than that.

    1. What is the protocol?
    2. Those strings you mentioned, are they from WireShark or what?
    3. What is the situation?
    4. Do you want actually how to do it, or just an identification of those you mentioned?

    -Erik

  4. #4
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,430

    Re: socket programming

    The same topic was already discussed here but then OP disappeared...
    Victor Nijegorodov

  5. #5
    Join Date
    Oct 2005
    Location
    Minnesota, U.S.A.
    Posts
    680

    Re: socket programming

    Quote Originally Posted by VictorN View Post
    The same topic was already discussed here but then OP disappeared...
    Didn't see it. *Sigh* Crossposters...

  6. #6
    Join Date
    Apr 2010
    Posts
    172

    Talking Re: socket programming


  7. #7
    Join Date
    Feb 2009
    Posts
    24

    Arrow Re: socket programming

    Kindly go through this article.

    http://www.vijaysringeri.blogspot.in...n-windows.html

    ~Vijay.

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

Featured