Update README.md

master
SQ5T 2020-09-23 02:34:35 +02:00 zatwierdzone przez GitHub
rodzic 3fcc78e51a
commit d1151c90a6
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 11 dodań i 0 usunięć

Wyświetl plik

@ -6,18 +6,29 @@ In gimp or any other software create jpeg file with resolution 640x480 and disab
#### Simple protocol specification.
Create tcp connection to radio to port 60000 and send command:
`\x01\x00\x00\x00\x00\x04\x00\x00\x00` + file size in hex (2 bytes)
Radio will answer with command ack:
`\x01\x01\x00\x00\x00\x04\x00\x00\x00\x00\x00\x00`
and receive ack:
`\x01\x02\x00\x00\x00\x02\x00\x00\x04\x00`
Now we can send header:
`\x01\x03\x00\x00\x04\x03\x00\x00\x01` + size of data + 1024 bytes of data
and wait for receive ack.
On last package of data we need to send:
`\x01\x03\x00\x00\x00\x74\x00\x00\x01` + size of data (2 bytes) + last part of data (<= 1024B).
------------
Yes, on test photo is my hedgehog :)
No, this tool is not some kind of wit, it's only acronym :)