
07-27-2005, 04:38 AM
|
|
Junior Member
|
|
Join Date: Jul 2005
Posts: 1
|
|
sending msg from server back 2 specific client
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.....
|