rswiki-book/202-Protocol.mediawiki

48 lines
810 B
Plaintext
Raw Normal View History

2011-06-18 04:45:52 +00:00
{{Crappy}}
2011-06-18 04:54:06 +00:00
This page refers to the RSC #202 client revision (the original distribution by eXemplar) - it is said that #202's protocol is identical to #204.
== '''Packet structure''' ==
?
== '''Login''' ==
?
== '''Incoming Data''' ==
'''TODO:''' Document packet structures
<table border="1" cellpadding="3" cellspacing="3">
<tr>
<td><b>opcode</b></td>
<td><b>usage</b></td>
2011-06-18 05:52:38 +00:00
<td><b>size</b></td>
2011-06-18 04:54:06 +00:00
<td><b>payload</b></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
2011-06-18 05:52:38 +00:00
<td></td>
2011-06-18 04:54:06 +00:00
</tr>
</table>
== '''Outgoing Data''' ==
'''TODO:''' Document packet structures
<table border="1" cellpadding="3" cellspacing="3">
<tr>
<td><b>opcode</b></td>
<td><b>usage</b></td>
2011-06-18 05:52:47 +00:00
<td><b>size</b></td>
2011-06-18 04:54:06 +00:00
<td><b>payload</b></td>
</tr>
<tr>
<td></td>
<td></td>
<td></td>
2011-06-18 05:52:47 +00:00
<td></td>
2011-06-18 04:54:06 +00:00
</tr>
</table>