Java implementation of XMLRPC:
http://ws.apache.org/xmlrpc/
AS2 implementation of XMLRPC:
http://sourceforge.net/projects/xmlrpcflash
http://probertson.com/projects/xmlrpc/
On 4/6/07, proppy <[EMAIL PROTECTED]> wrote:
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']
--
bou ^
--
bou ^
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users