sending msg from server back 2 specific client


Read With Formatting | Free Open Source Tutorials Account

Python Programming
Thread: sending msg from server back 2 specific client


kiran12
hi,
i am creating a messenger client in "PYTHON" similar to yahoo messenger client.
how 2 store the I.P address of the users who have logged in,so that the server can know how many users r connected and redirect the message coming from a particular client to another particular client.

Does socket.send(data,TargetI.P addr) work for sending msg from server to particular client???



plz help.....