Pythonic poker client

Erik Max Francis max at alcyone.com
Sun Feb 13 19:25:33 EST 2005


hardieca at hotmail.com wrote:

> I'm assuming that I need to figure out the port it uses, find the
> server, analyze the packets for commands, and then build an app that
> masquerades as the real client.
> 
> Anyone have any experience with this?

If you're using one of the major sites, what you are trying to do is 
essentially impossible.  It is very likely that the transmissions are 
encrypted via SSL.  Furthermore, such sites may well actively check for 
clients sending invalid data -- something your client will almost 
certainly do at first even if you did somehow manage to crack the 
encryption -- as a tipoff to modified clients and bots.

-- 
Erik Max Francis && max at alcyone.com && http://www.alcyone.com/max/
San Jose, CA, USA && 37 20 N 121 53 W && AIM erikmaxfrancis
   If love is the answer, could you rephrase the question?
   -- Lily Tomlin



More information about the Python-list mailing list