Crates.io | ittyr |
lib.rs | ittyr |
version | 0.1.1 |
source | src |
created_at | 2021-06-13 20:49:57.299321 |
updated_at | 2021-06-13 21:02:12.390396 |
description | A Linux client for reading news from the Internet Teletype sevrice |
homepage | |
repository | |
max_upload_size | |
id | 409669 |
size | 52,252 |
ittyr
is a CLI Internet Teletype client that decodes and outputs ITTY messages in real time as they are being streamed through the ITTY service. The following streams are available:
In the backend, ittyr
uses ffmpeg
to transcode the ITTY audio stream to PCM audio data, then uses minimodem
to decode RTTY data into ASCII text.
This program only works on Linux. You will need ffmpeg
and minimodem
(both can be downloaded from the links above, or through your package manager).
To install ittyr
, run:
cargo install ittyr
Occasionally, ittyr
will spit out meaningless strings of characters when started. This is simply caused by minimodem
flipping the mark and space tones. Just restart ittyr
. This only happens when the program first starts.