olixnet writes:
 > Well, now I finally know what does each packet mean, but I was unable
 > to determine how to send/receive the packets. I mean - how to
 > encode/decode the packets? Do I have to use TCP or UDP connection? I

        The packets.py class Packet does the encoding / decoding. It's
using a TCP connection at the moment but nothing prevents it from using
UDP.

 > think poker-network uses SOAP, am I right? Could you, please, send me

        SOAP may be used, yes. But direct TCP link too. poker-network is
natively multi-protocol (XMLRPC works too). Check pokerservice.py to figure
out how SOAP formated packets are transformed into python packet. It's 
quite straight forward.

 > just an example of a communication string? I need something concrete
 > to start with... Thank you very much!

        Check pokerbot.py : it's the simplest implementation available.

        Cheers,

-- 
+33 1 76 60 72 81  Loic Dachary mailto:[EMAIL PROTECTED]
http://dachary.org/loic/gpg.txt sip:[EMAIL PROTECTED]

_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users

Reply via email to