Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Alistair Jordan committed Dec 5, 2023
1 parent af836c9 commit fab32e5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/ImageEncoding.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit fab32e5

Please sign in to comment.