Port Programming

I am using linux. Are there any libraries or tutorials related to port programming.
Last edited on
ports? You want to look for a tcp tutorial.
Actually I want to develope a game of scrable in which I need to connect two computers and program both of them, such that both of them play with each other.
My new favorite toy for this sort of thing is Apache Qpid. It's a messaging system that implements AMQP. It has both a C++ and a Java implementation, as well as language bindings for C#, Python and Ruby.

http://qpid.apache.org/
http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol

http://www.zeromq.org/ is another AMQP implementation with C++ bindings I have been meaning to try.
Topic archived. No new replies allowed.