ipbod

ipbod

IPBOD converts a baudot stream to ascii or vice-versa.

To run :
    cat baudot_file | ipbod 
or  cat baudot_file | ipbod | tee ascii_file

or  cat ascii_file | ipbod -a | tee baudot_file

Input parameters are :
    -a : convert Ascii to Baudot                default: b->a
    -n : show end-of-lines as CR and LF         default: no
    -r : converts non-printable ascii chrs to octals    default: no
        as \000 and cr or nl as ~ 
    -x : show shifts/escapes as LS and FS           default: no
    -v : print version no and exit

(copyright) 2024 and previous years FingerPost Ltd.