1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-22 13:06:06 +03:00

Updated old protocol spec

This commit is contained in:
Erik Ekman 2008-12-07 09:55:23 +00:00
parent fbb874c1ab
commit c7d1620cad

View File

@ -35,15 +35,6 @@ Client sends:
Server replies: Server replies:
The requested domain copied raw The requested domain copied raw
Switch codec:
Client sends:
First byte s or S
One byte ASCII digit, meaning userid
One byte ASCII digit, with value 5 or 6, representing number of bits per byte in encoding
Server sends:
Name of codec if accepted. After this all upstream data packets must be encoded with the new codec.
BADCODEC if not accepted. Client must then revert to Base32
Data: Data:
Data header: Data header:
321 0 321 0
@ -55,7 +46,7 @@ UUU = Userid
L = Last fragment in packet flag L = Last fragment in packet flag
First 4 bits coded as hex in ASCII. First 4 bits coded as hex in ASCII.
Followed by data encoded with the chosen codec. Followed by data encoded with Base32.
Ping: Ping:
Command = 0x04, User = userid Command = 0x04, User = userid