proppy <[EMAIL PROTECTED]> writes:
> You should try to talk to the poker server via XMLRPC on the port 19382
> It will definitely ease interoperability from flex or java.
>
> The following python code print the tables on a server running on
> localhost, without any dependency to pokernetwork code.
>
> import xmlrpclib
> server = "localhost"
> service = xmlrpclib.Server('http://%s:19382/RPC2' % server)
> results = service.handlePacket('use sessions', { 'type':
> 'PacketPokerTableSelect', 'string' : table})
> for table in results[0]['packets']:
> print table['name']
My understanding is that Mike wants the binary protocol
to save bytes.
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