From 1c96d71a690a46f3399f3a7aa04ba74d43396d07 Mon Sep 17 00:00:00 2001 From: ckegel <57967583+CKegel@users.noreply.github.com> Date: Thu, 14 Dec 2023 22:10:03 -0500 Subject: [PATCH] Add README, fix input handling bug, and tweak the frontend. --- README.md | 7 +++++++ index.html | 12 ++++++++---- script.js | 2 +- 3 files changed, 16 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index e69de29..9c0cdbf 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,7 @@ +# Web SSTV +## Summary +Web SSTV aims to both encode and decode SSTV using plain JavaScript and Web Audio API. Web SSTV can be run entirely offline (without styling), and on any platform from Chromebooks to phones, so long as they support JavaScript and Web Audio. By making SSTV readily available on many platforms, we aim to create educational opportunities and introduce more people to STEM and amateur radio. Web SSTV is currently hosted at https://ckegel.github.io/Web-SSTV/. +## Current State +Currently Web SSTV only supports encoding images using the Martin or Scottie formats. Support for more formats and recieving SSTV signals is actively being developed. We welcome any pull requests. +## Sources +Both the [SSTV Handbook](https://www.sstv-handbook.com/) and [JL Barber (N7CXI) paper](http://www.barberdsp.com/downloads/Dayton%20Paper.pdf) were heavily referenced when implementing support for the Martin and Scottie formats. \ No newline at end of file diff --git a/index.html b/index.html index d3896e8..516577e 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,8 @@