Announcement

Collapse
No announcement yet.

Net development question

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

    Net development question

    I am looking for a simple linux client/server example in C++. All I need is the barebones so I can understand how it works. I just need to establish a connection between client and server and send a message back and forth.

    If anyone knows of a good (read small, clean) example, or know of a good resource that you could link me to, it would be much very much appreciated.

    #2
    Re: Net development question

    if you are talking about a "messanger" that can transmit via smb or such, you might want to look at klinpopup over at kde-apps.org.
    Richard Johnson (nixternal)<br />Core Developer :: MOTU :: MOTU Council :: Community Council<br />https://launchpad.net/~nixternal<br />http://www.nixternal.com

    Comment


      #3
      Re: Net development question

      No, I am simply talking about two apps that connect to eachother via an internet protocal (i.e. tcp etc...) and transfer data back and forth.

      Comment

      Working...
      X