File upload. Yeah

This commit is contained in:
2026-03-17 15:02:34 +01:00
parent 6ec66cd9da
commit 574ab9fa30
19 changed files with 1479 additions and 250 deletions

View File

@@ -10,11 +10,13 @@ export const FRAME = {
RESPONSE: 0x10,
ACK: 0x11,
ERROR: 0x12,
SUCCESS: 0x13,
FILE_START: 0x20,
FILE_CHUNK: 0x21,
FILE_END: 0x22,
LS_START: 0x40,
LS_ENTRY: 0x41,
LS_END: 0x42,
@@ -26,7 +28,8 @@ export const DATA = {
FILE_GET: 0x20,
FILE_PUT: 0x21,
TAGS_GET: 0x22,
TAGS_PUT: 0x23,
LS: 0x40
};