CSPoker has a Java API for pokersource clients at http://code.google.com/p/cspoker/source/browse/#svn/trunk/external/pokersource/src/main/java/org/cspoker/external/pokersource It would be a good starting point for you.
2010/2/8 Loic Dachary <[email protected]> > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Limitless Enterprises wrote: > > Is there any documentation on the protocol used for client/server > > interaction on poker-network? I'm trying to develop a java-based > > client for android for it and need some sort of documentation on > > it. > > > > You already have a client API in python.. I need that in java.. > > any help would be much appreciated. > > > > Thanks in advance... > Hi, > > There is no real documentation for the API. You will find an > explanation of the semantic of each packet at > > http://svn.gna.org/viewcvs/pokersource/trunk/poker-network/pokernetwork/packets.py?view=auto > > http://svn.gna.org/viewcvs/pokersource/trunk/poker-network/pokernetwork/pokerpackets.py?view=auto > > http://svn.gna.org/viewcvs/pokersource/trunk/poker-network/pokernetwork/pokerclientpackets.py?view=auto > At the beginning of the pokerpackets.py file, there are a few > scenarios for the most common actions. Together with the source of the > client and the tests, that should allow you to figure out how to > implement your Java client. > > I suggest you publish the code of your client as soon as possible, > even if it's not functional. That will give us a chance to help you > out and point you in the right direction. > > Cheers > > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v2.0.13 (GNU/Linux) > Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org > > iEYEARECAAYFAktvyCEACgkQ8dLMyEl6F22YjQCeMQbFEYl4gzCgiSsg8evJnCBE > 05IAoJfPOcaMh2mK85mobBRjbbF4cDgd > =acMe > -----END PGP SIGNATURE----- > > > _______________________________________________ > Pokersource-users mailing list > [email protected] > https://mail.gna.org/listinfo/pokersource-users > >
_______________________________________________ Pokersource-users mailing list [email protected] https://mail.gna.org/listinfo/pokersource-users
