Specifications

client.
Server Response Commands Client Request Commands
LOGIN TYPE
PASSWORD Image types: JPG, YUV, AVI …
OK SIZE
ERROR Massage STREAMING
BYE QUIT
Table 6 Client/Server Commands
Server Response Commands
z LOGIN, PASSWORD: These commands are for identifying the
login user. If login user was wrong, then the server would break
the connection.
z OK: Responses the client request command was okay.
z ERROR Massage: Responses the client request command was
error, and the reason.
z BYE: Responses the ‘QUIT’ command of client.
Client Request Commands
z TYPE: Requests the file type for record data with the server.
z Image types: The image types are jpg, yuv, avi…etc. The client
can send the image type commands (JPG, YUV, AVI…etc.) to
server after ‘TYPE’ command. This command would decision the
saving type in the record server.
z SIZE: The size of record data can be send before streaming the
record data. After this command the record data size can be send
with client.
z STREAMING: This command tells the server the record data has
been ready to send, after response command ‘OK’ replied form
server, the client can send the record data to server.
z QUIT: Closes the connection by client.
47