> We are building an android poker client for pokersource server
> Attached is the logPoker.txt file that is created using the android client.
> In order to build the client properly we need your help to understand
> poker specific terms.
> ** the below logs were created when two players are playing :
>
> for example consider this packet :
> [{"observers": 2, "name": "Four", "waiting": 0, "percent_flop": 55,
> "average_pot": 620000, "skin": "default", "variant": "holdem",
> "hands_per_hour": 40, "betting_structure": "100-200-no-limit",
> "currency_serial": 1, "muck_timeout": 5, "players": 1, "reason":
> "TablePicker", "tourney_serial": 0, "seats": 10, "player_timeout": 60,
> "type": "PacketPokerTable", "id": 125}
>
> name:Four //i suppose this is the name of table
> waiting :0 //no of players waiting to join the game
> average_pot: // *what does average pot mean* ??
> hands_per_hour: // *???*
> betting_Structure: // ??
> muck_timeout:// ??
> reason: // reson why this packet is sent (as response to TablePicker)
>
> similarly there are packets related to Chips which need some
> documentation.
>
> additionally I need some documentation on the below packets :
>
> consider this packet
> {"money": 53482040, "cookie": "", "game_id": 125, "serial": 153, "type":
> "PacketPokerPlayerChips", "bet": 0}
> what does bet:0 mean here ? perhanps the amount of chips player has put as
> a bet.
>
> {"min": 200000, "max": 2000000, "rebuy_min": 30000, "length": 23,
> "game_id": 125, "type": "PacketPokerBuyInLimits", "best": 1000000}
> what does best mean here ?
>
> the following packet is not comprehendable to me :
> {"money": [1, 7040, 10000, 10, 25000, 3, 50000, 4, 100000, 4, 200000, 6,
> 500000, 3, 1000000, 5, 2000000, 5, 5000000, 3, 10000000, 2], "length": 19,
> "game_id": 125, "serial": 153, "type": "PacketPokerClientPlayerChips",
> "bet": []}
> why is bet an array here ?
>
> {"dead": 0, "amount": 10000, "cookie": "", "game_id": 125, "serial": 121,
> "type": "PacketPokerBlind"}
> what does dead:0 mean here ?
>
> {"type": "PacketPokerChipsPlayer2Bet", "length": 15, "cookie": "",
> "game_id": 125, "serial": 121, "chips": [10000, 1]}
> this packet also needs explanation ?
>
> following packet also needs documentation :
> {"type": "PacketPokerChipsPlayer2Bet", "length": 15, "cookie": "",
> "game_id": 125, "serial": 121, "chips": [10000, 1]}, {"money": 990000,
> "cookie": "", "game_id": 125, "serial": 121, "type":
> "PacketPokerPlayerChips", "bet": 10000}
>
> {"money": [1, 7040, 10000, 8, 25000, 5, 50000, 3, 100000, 5, 200000, 5,
> 500000, 3, 1000000, 5, 2000000, 5, 5000000, 3, 10000000, 2], "length": 19,
> "game_id": 125, "serial": 153, "type": "PacketPokerClientPlayerChips",
> "bet": [10000, 2]}
>
>
> {"type": "PacketPokerChipsBet2Pot", "pot": 0, "length": 16, "cookie": "",
> "game_id": 125, "serial": 121, "chips": [10000, 2]}
>
> {"type": "PacketPokerChipsPot2Player", "pot": 0, "length": 21, "reason":
> "win", "cookie": "", "game_id": 125, "serial": 153, "chips": [10000, 4]},
> {"money": 53400040, "cookie": "", "game_id": 125, "serial": 153, "type":
> "PacketPokerPlayerChips", "bet": 0}
>
> {"serials": [153], "pot": 40000, "type": "resolve", "serial2share":
> {"153": 40000}}], "game_id": 125, "serial": 0, "type":
> "PacketPokerShowdown"} What does Showdown mean ?
>
> {"game_id": 125, "length": 7, "type": "PacketPokerAllinShowdown"}
>
> {"game_id": 125, "length": 12, "type": "PacketPokerPotChips", "bet":
> [10000, 4], "index": 0}
>
> i need help in understanding the above packets.
> I do not find any help in the comments in the references as under :
>
> I used these sources as a reference(but the comments were not very helpful
> in understanding the packets very well) :
>
> http://svn.gna.org/svn/pokersource/trunk/poker-network/pokernetwork/pokerclientpackets.py
>
> http://svn.gna.org/svn/pokersource/trunk/poker-network/pokernetwork/pokerpackets.py
>
>
> regards
> Daljeet
>
_______________________________________________
Pokersource-users mailing list
[email protected]
https://mail.gna.org/listinfo/pokersource-users