Home > SMS

SMS

SMS is a project mainly written in Java, it's free.

Tool to compress and uncompress short human language text messages

DEPENDENCIES

Java >= 1.6 Apache Ant

DOWNLOAD

git clone git://github.com/sfriesel/SMS.git

BUILDING

cd SMS ant

RUNNING

cd build

Encoder:

java sms.codec.BatchEncoder

Decoder:

java sms.codec.BatchDecoder

The encoder reads ISO-8859-1 input from stdin. Each input line is interpreted as one message. The decoder outputs ASCII to stdout.

CONTACT

Stefan Friesel [email protected] Christian Mehlis [email protected]

CREDITS

Florian Hellmeier, David Knötel, Jonas Dohse