Send Msg To Specific Tcp Client from Tcp Server Python

Anil reddy reddy M anilreddy449 at gmail.com
Thu Aug 11 00:46:25 EDT 2016


I was written a simple tcp server in python, which is nicely communicating with multiple tcp clients. My Tcp Server can accept multiple clients at time, each client as a new thread. I want send message to specific tcp client after some time.
I can client Address from   connction, addr = socket.accept(), but i am not able send msg to client with client  IP.POrT. I would be thankfull for any help i get

  
       



More information about the Python-list mailing list