> That's pretty much what I thought. I have, so far, found the python.c and > dispatcher.c source files to be very useful in deriving the API are there > any other source files that you would recommend I review for this. I also > noticed the set_string and set_int methods that seem to convert the data to > python format?? Is this correct?
dispatcher.c and python.c define the API between the client library and the lobby display. It's a client side API and you're probably not interested in it. What you're looking for are the pokernetwork/packets.py and pokernetwork/pokerpackets.py files. > On 3/28/07 8:49 PM, "Loic Dachary" <[EMAIL PROTECTED]> wrote: > >>> Thanks Loic. Do you guys have any documentation for the Server/Client API >>> and Client Protocol (binary version)? I am currently trying to derive it >>> from the Poker2d client. >> >> There is no documentation except for the source code. We can write >> one according to your need if the sources are not enough. Check >> >> http://www.pokersource.info/developers/specifications/workflow-documentation.html >> > -- +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
