SSDV/README

21 lines
498 B
Plaintext
Raw Normal View History

2011-05-31 09:00:51 +01:00
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.
2012-02-23 19:59:40 +00:00
* Experiment with adaptive or multiple huffman tables.
* Quality setting (4 bit / 16 quality levels).
* Add a callsign field to each packet.
2011-05-31 09:00:51 +01:00