Re: [BangPypers] Tcp/ip server client program

2010-05-28 Thread Rahul R
welll i did try a client server program in TCP/IP , from http://www.jroller.com/RickHigh/entry/notes_on_creating_a_socket this tutorial . It helped me a lot , i hope it would help u too. On Fri, May 28, 2010 at 7:26 AM, Senthil Kumaran wrote: > On Thu, May 27, 2010 at 11:46:36PM +0900, murugado

Re: [BangPypers] Tcp/ip server client program

2010-05-27 Thread Senthil Kumaran
On Thu, May 27, 2010 at 11:46:36PM +0900, murugadoss wrote: > I am trying out client/server program in python using both udp and tcp/ip. > UDP is working,but for tcp/ip program, i get an error as Please share the snippet of client and server code. > KeyboardInterrupt means you pressed CNTL+C or