From fab32e5f66859a84967b51c992f6480fa2468115 Mon Sep 17 00:00:00 2001 From: Alistair Jordan Date: Tue, 5 Dec 2023 01:27:03 +0000 Subject: [PATCH] Initial Commit --- docs/ImageEncoding.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/ImageEncoding.md diff --git a/docs/ImageEncoding.md b/docs/ImageEncoding.md new file mode 100644 index 0000000000..c1192bdb16 --- /dev/null +++ b/docs/ImageEncoding.md @@ -0,0 +1,10 @@ +# Design for transmitting images + +## Introduction +The current design works with 2 Datagram message types, WSPR and Lora(Wan). Both are essentially from an abstracted point of view methods of data transmition + +* LoraWan can send real packets +* WSPR sends a few bits of information for location and callsign - hidden underneath this though is the "pseudo-random" syncronisation vector, which could be exploited for additional data transmission. + +Overall the purpose of this part of the project is to be able to decode the datagram transmissions back into images, while assuming an EXTREMELY high packet losdd. +