diff options
author | Stijn Buys <ingar@osirion.org> | 2016-03-05 23:26:08 +0100 |
---|---|---|
committer | Stijn Buys <ingar@osirion.org> | 2016-03-05 23:26:08 +0100 |
commit | 691136ea46b7ac59108402970cd61e157e3f292c (patch) | |
tree | db846cfe6e14e5bbb74f0874ea97e937a18db3c9 /doc/PROTOCOL | |
parent | 44405ef0f1b811cc0c2f18bbe24c34f37f288388 (diff) |
Homogenized documentation files throughout the different projects.
Diffstat (limited to 'doc/PROTOCOL')
-rw-r--r-- | doc/PROTOCOL | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/doc/PROTOCOL b/doc/PROTOCOL new file mode 100644 index 0000000..92a345b --- /dev/null +++ b/doc/PROTOCOL @@ -0,0 +1,20 @@ + +The Osirion Project - Network Protocol Overview + +Connection sequence + + + +Client State Server State + + Connecting + +"connect [protoversion]" --------> Pending + + <------- "msg info [sv_hostname" + + <------- ... world data ... + + <------- "connect" + +"pif[.. player info ...]" -------> Connected |