2007-03-22 00:16:11 +00:00
|
|
|
PokerTH general message format:
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Message Type | Message Length |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| \
|
|
|
|
|
\ Message Value /
|
|
|
|
|
| +-------------------------------+
|
|
|
|
|
/ | padding |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Client Request: Join Game
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Message Type = 1 | Message Length |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Requested Version (major) | Requested Version (minor) |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| \
|
|
|
|
|
\ Version specific Values /
|
|
|
|
|
| +-------------------------------+
|
|
|
|
|
/ | padding |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
Additional values for major version = 1:
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-03-28 16:09:56 +00:00
|
|
|
| Password Length | Player Flags |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Name Length | Reserved |
|
2007-03-22 00:16:11 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| |
|
|
|
|
|
\ Password (UTF-8) /
|
|
|
|
|
| +-------------------------------+
|
|
|
|
|
/ | padding |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| \
|
|
|
|
|
\ Name (UTF-8) /
|
|
|
|
|
| +-------------------------------+
|
|
|
|
|
/ | padding |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
[Future versions will include the name of the game, to support
|
|
|
|
|
multiple games per server.]
|
|
|
|
|
|
2007-04-08 16:18:20 +00:00
|
|
|
Player Flags:
|
|
|
|
|
0x01 set: Player is human
|
|
|
|
|
|
2007-03-22 00:16:11 +00:00
|
|
|
|
|
|
|
|
Server Reply: Join Game ACK
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Message Type = 2 | Message Length = 12 |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Your Session ID |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Your Player ID | Your Player Number |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-03-28 16:09:56 +00:00
|
|
|
| Number of Players | Small Blind |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-05-05 21:14:23 +00:00
|
|
|
| Hands before raise | Proposed GUI Speed |
|
2007-03-28 16:09:56 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Start Cash |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-03-22 00:16:11 +00:00
|
|
|
|
|
|
|
|
Player Number:
|
|
|
|
|
0 to (NumberOfPlayers - 1), "position".
|
|
|
|
|
Player ID:
|
|
|
|
|
Unique Player ID
|
2007-05-05 21:14:23 +00:00
|
|
|
Proposed GUI Speed:
|
|
|
|
|
1-11
|
2007-03-22 00:16:11 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Server Notification: Player Joined
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-04-28 13:07:06 +00:00
|
|
|
| Message Type = 3 | Message Length |
|
2007-03-22 00:16:11 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-04-08 16:18:20 +00:00
|
|
|
| Player ID | Player Number |
|
2007-03-22 00:16:11 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Player Flags | Name Length |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| \
|
|
|
|
|
\ Name (UTF-8) /
|
|
|
|
|
| +-------------------------------+
|
|
|
|
|
/ | padding |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Server Notification: Player Left
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-04-28 13:07:06 +00:00
|
|
|
| Message Type = 4 | Message Length = 8 |
|
2007-03-22 00:16:11 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Player ID | Reserved |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Server Notification: Game Start
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-05-08 08:39:45 +00:00
|
|
|
| Message Type = 5 | Message Length = 8 |
|
2007-03-22 00:16:11 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-05-18 17:13:27 +00:00
|
|
|
| Start Dealer Pos | Reserved |
|
2007-05-13 17:50:48 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Server Notification: Hand Start
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Message Type = 6 | Message Length = 8 |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-03-28 16:09:56 +00:00
|
|
|
| Your 1st Card | Your 2nd Card |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
|
|
|
|
Card:
|
|
|
|
|
0 to 51
|
2007-03-22 00:16:11 +00:00
|
|
|
|
|
|
|
|
|
2007-05-08 08:39:45 +00:00
|
|
|
Server Request/Notification: Player's Turn
|
2007-03-22 00:16:11 +00:00
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-05-13 17:50:48 +00:00
|
|
|
| Message Type = 7 | Message Length = 8 |
|
2007-03-22 00:16:11 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-05-08 08:39:45 +00:00
|
|
|
| Game State | Player ID |
|
2007-03-22 00:16:11 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
2007-05-08 08:39:45 +00:00
|
|
|
Game State:
|
2007-05-08 22:08:00 +00:00
|
|
|
0 - Preflop
|
|
|
|
|
1 - Flop
|
|
|
|
|
2 - Turn
|
|
|
|
|
3 - River
|
2007-05-08 08:39:45 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
Client Reply/Request: Player's Action
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-05-13 17:50:48 +00:00
|
|
|
| Message Type = 8 | Message Length = 12 |
|
2007-05-08 08:39:45 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Game State | Player Action |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Cash Value |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
|
|
|
|
[ Game State is confirmed to ensure consistency. ]
|
|
|
|
|
Player Action:
|
|
|
|
|
1 - Fold
|
|
|
|
|
2 - Check
|
|
|
|
|
3 - Call
|
|
|
|
|
4 - Bet
|
|
|
|
|
5 - Raise
|
|
|
|
|
6 - All in
|
|
|
|
|
Cash Value:
|
|
|
|
|
0 - states fold, check, call, all in
|
|
|
|
|
> 0 - states bet, raise
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Server Reply: Player's Action Rejected
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
2007-05-13 17:50:48 +00:00
|
|
|
| Message Type = 9 | Message Length = 16 |
|
2007-05-08 08:39:45 +00:00
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Game State | Player Action |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Cash Value |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Rejection Reason | Reserved |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
|
|
|
|
Rejection Reason:
|
|
|
|
|
0x0001 - Fold makes no sense.
|
|
|
|
|
0x0002 - Check not allowed.
|
|
|
|
|
0x0003 - Call not allowed.
|
|
|
|
|
0x0004 - Bet not allowed.
|
|
|
|
|
0x0005 - Raise not allowed.
|
|
|
|
|
0x0006 - All in not allowed.
|
|
|
|
|
0x0007 - Invalid game state.
|
|
|
|
|
0x0008 - Invalid cash value for this game state.
|
|
|
|
|
0x0009 - Cash value too small.
|
|
|
|
|
0x0010 - Cash value too large.
|
|
|
|
|
0xFFFF - Other reason
|
|
|
|
|
|
2007-03-22 00:16:11 +00:00
|
|
|
|
2007-04-28 13:07:06 +00:00
|
|
|
Server Reply: Error
|
|
|
|
|
|
|
|
|
|
0 1 2 3
|
|
|
|
|
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Message Type = 1024 | Message Length = 8 |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
| Error Reason | Reserved |
|
|
|
|
|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|
|
|
|
|
|
2007-05-08 08:39:45 +00:00
|
|
|
Error Reason:
|
2007-04-28 13:07:06 +00:00
|
|
|
0x0001 - Join Game - Version not supported
|
|
|
|
|
0x0002 - Join Game - Server full
|
|
|
|
|
0x0003 - Join Game - Game is already running
|
|
|
|
|
0x0004 - Join Game - Invalid Password
|
|
|
|
|
0x0005 - Join Game - Player Name already in use
|
|
|
|
|
0x0006 - Join Game - Invalid Player Name
|
|
|
|
|
0xFF01 - General Error - Invalid packet
|
|
|
|
|
0xFF02 - General Error - Invalid state
|
2007-05-08 08:39:45 +00:00
|
|
|
0xFFFF - Other reason
|
2007-04-28 13:07:06 +00:00
|
|
|
|
2007-04-26 23:07:08 +00:00
|
|
|
|
|
|
|
|
2007 by Lothar May
|