SSDV - simple command line app for encoding / decoding SSDV image data
 
 
Go to file
Philip Heron fe8a1a642c Byte-align the first MCU of each packet 2012-03-04 09:43:52 +00:00
.gitignore
COPYING
Makefile Byte-align the first MCU of each packet 2012-03-04 09:43:52 +00:00
README Update the README 2012-02-25 20:08:10 +00:00
main.c
rs8.c
rs8.h
ssdv.c Byte-align the first MCU of each packet 2012-03-04 09:43:52 +00:00
ssdv.h Byte-align the first MCU of each packet 2012-03-04 09:43:52 +00:00

README

SSDV - simple command line app for encoding / decoding SSDV image data

Created by Philip Heron <phil@sanslogic.co.uk>
http://www.sanslogic.co.uk/ssdv/

A robust packetised version of the JPEG image format.

Uses the Reed-Solomon codec written by Phil Karn, KA9Q.

INSTALLING

make

TODO

* Allow the decoder to handle multiple images in the input stream.
* Experiment with adaptive or multiple huffman tables.
* Quality setting (4 bit / 16 quality levels).