Skip to content

Latest commit

 

History

History
24 lines (20 loc) · 278 Bytes

note.md

File metadata and controls

24 lines (20 loc) · 278 Bytes

Protocol format

[TYPE]      # 4 bytes e.g. .MPG, .MSG, .FIL .NIL
[LENGTH]    # 8 bytes (len(TYPE + LENGTH + CONTENT))
[CONTENT]

put file

[CONTENT]:
PUT [filename]

get file

[CONTENT]:
GET [filename]

play mpg

RES [width]x[height]