SSDV - simple command line app for encoding / decoding SSDV image data
 
 
Go to file
Philip Heron 278004fb0c Make the non-FEC packets 256 bytes long, same length as normal packets.
Non-FEC packets now have a packet type of 0x67.
2014-08-28 20:13:46 +01:00
.gitignore
COPYING
Makefile Update Makefile 2012-10-31 23:14:28 +00:00
README
main.c Make the non-FEC packets 256 bytes long, same length as normal packets. 2014-08-28 20:13:46 +01:00
rs8.c
rs8.h
ssdv.c Make the non-FEC packets 256 bytes long, same length as normal packets. 2014-08-28 20:13:46 +01:00
ssdv.h Make the non-FEC packets 256 bytes long, same length as normal packets. 2014-08-28 20:13:46 +01: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).