Miniature/Wishlist/Real-time P2P Miniature

 
(7 intermediate revisions not shown)
Line 14: Line 14:
==Progress==
==Progress==
 +
* 2010-01-12: Preparing tp-qt4, patches for building on maemo 5 http://bugs.freedesktop.org/show_bug.cgi?id=26002 http://bugs.freedesktop.org/show_bug.cgi?id=26004
 +
* 2010-01-11: Preparing scratchbox
==Mockups==
==Mockups==
==Backstage==
==Backstage==
-
 
-
=== Telepathy tubes Details ===
 
-
* Compiling Miniature for maemo (it's really needed for now?)
 
-
* Compiling telepathy-qt4 for maemo (?)
 
-
* Creating session controller, connection server
 
-
* Getting local contact list
 
-
* Creating tubes connection between clients to sending Miniature data's
 
=== Session negotiation ===
=== Session negotiation ===
Line 34: Line 29:
=== Protocol ===
=== Protocol ===
 +
There is a [[/P2P-Protocol|P2P-Protocol draft]] made by Michael Hasselmann. Please feel free to comment!
 +
It is safe to assume that each game has some own internal protocol to transfer game states. For chess engines, [http://www.gnu.org/software/xboard/engine-intf.html XBoard/WinBoard] is the standard protocol. But we also need to be able to interface with [http://www.freechess.org/Help/AllFiles.html FICS]/[ftp://ftp.chessclub.com/pub/icc/formats/formats.txt ICS].
It is safe to assume that each game has some own internal protocol to transfer game states. For chess engines, [http://www.gnu.org/software/xboard/engine-intf.html XBoard/WinBoard] is the standard protocol. But we also need to be able to interface with [http://www.freechess.org/Help/AllFiles.html FICS]/[ftp://ftp.chessclub.com/pub/icc/formats/formats.txt ICS].
Line 52: Line 49:
=== Observing games ===
=== Observing games ===
Observing games is an important aspect in social gaming. On FICS, observers are known as kibitz. Can that be done with Telepathy, too?
Observing games is an important aspect in social gaming. On FICS, observers are known as kibitz. Can that be done with Telepathy, too?
 +
:A use case with a phase on its own? --[[User:qgil|qgil]] 17:37, 11 January 2010 (UTC)
-
=== FICS details (not strictly P2P related) ===
+
=== Telepathy tubes Details ===
-
The various intro-* help pages for FICS seem to explain everything we'd need ([http://www.freechess.org/Help/HelpFiles/intro_basics.html basics], [http://www.freechess.org/Help/HelpFiles/intro_general.html general], [http://www.freechess.org/Help/HelpFiles/intro_information.html information], [http://www.freechess.org/Help/HelpFiles/intro_moving.html moving], [http://www.freechess.org/Help/HelpFiles/intro_playing.html playing], [http://www.freechess.org/Help/HelpFiles/intro_analysis.html analysis], [http://www.freechess.org/Help/HelpFiles/intro_settings.html settings], [http://www.freechess.org/Help/HelpFiles/intro_talking.html talking]).
+
* Compiling Miniature for maemo (it's really needed for now?)
-
 
+
* Compiling telepathy-qt4 for maemo (?)
-
Playing on FICS would happen via telnet (telnet freechess.org), perhaps Telepathy could also handle the connection management for that. This would reduce the risk to maintain two different code bases in Miniature (P2P, FICS) that eventually do the same. My hope is that Miniature only needs to know about XBoard whereas P2P/FICS/ICS would all happen in the Telepathy component.
+
* Creating session controller, connection server
-
 
+
* Getting local contact list
-
On a side note: It also seems to be common for network games to have those two protocols - one for finding games (a game servers browser of some sort, see [http://www.qtracker.com/]) and one for the actual game. The separation into two truly distinct protocols might rarely exist (again, see FICS).
+
* Creating tubes connection between clients to sending Miniature data's
-
=== Interoperability ===
+
[[Category:Miniature]]
-
With XBoard it would seem trivial to play chess across application boundaries.
+

Latest revision as of 18:09, 23 August 2011

Contents

[edit] Goal

Play chess online directly against a contact, without a chess server in between.

To be implemented using Telepathy a framework supported in the Maemo platform. The intent is to not only have network play via Telepathy working for Miniature, but to make such a Telepathy framework available for other games, too (targeting the Maemo platform).

[edit] Checklist

  1. Session negotiation
  2. Protocol
  3. Save/resume
  4. Error recovery
  5. Calendar integration
  6. Status notification
  7. Observing games

[edit] Progress

[edit] Mockups

[edit] Backstage

[edit] Session negotiation

How would two peers start a game of chess via network?

  1. P1 selects contact - Telepathy needs to know which contacts have Miniature installed?
  2. P2 receives an offer to play a game of chess and can accept/reject - Is this UI already part of Miniature?
    1. P2 rejects: P1 receives a message that 1) tells P1's list of Miniature contacts that P2 is not available for a certain amout of time, 2) cancels the P2P game dialog for P1.
    2. P2 accepts: P1 receives a message that P2 accepted and both advance to the next screen (for now, that's the chess board), and the actual game start is already handled by the XBoard protocol.

[edit] Protocol

There is a P2P-Protocol draft made by Michael Hasselmann. Please feel free to comment!

It is safe to assume that each game has some own internal protocol to transfer game states. For chess engines, XBoard/WinBoard is the standard protocol. But we also need to be able to interface with FICS/ICS.

Interestingly enough, most chess bots that play on FICS probably don't implement the network protocol themselves but instead use XBoard. XBoard then interfaces with FICS for them.

[edit] Save/resume

Players should be able to save a game and resume it another day. Part of Session negotiation or an own item?

[edit] Error recovery

When to abort a connection etc.

[edit] Calendar integration

Players should be able to arrange a game at a certain time and see their scheduled chess games in the Maemo calendar. Part of this phase or a phase in its own?

[edit] Status notification

Tell other users in my contacts list about my chess game.

[edit] Observing games

Observing games is an important aspect in social gaming. On FICS, observers are known as kibitz. Can that be done with Telepathy, too?

A use case with a phase on its own? --qgil 17:37, 11 January 2010 (UTC)

[edit] Telepathy tubes Details

  • Compiling Miniature for maemo (it's really needed for now?)
  • Compiling telepathy-qt4 for maemo (?)
  • Creating session controller, connection server
  • Getting local contact list
  • Creating tubes connection between clients to sending Miniature data's