Skip to content

SW_DevArchive

Rolf Obrecht edited this page Aug 22, 2022 · 4 revisions

Device Module "Archive"

Module Information

System

System Comments
RPi OK
PC Linux OK
PC Windows OK
Mac OK

Dependencies

none

Command Line Arguments

-A  | --Archive

Example: telex.py -A

Config File Parameter

Param Default Description
path './' directory for archived files, either absolute or relative to piTelex' directory

Description

The archive module saves a prettyprint(able) copy of each incoming and outgoing message in the specified directory. The filenames contain date an time of the message as well as the direction (from/to) and the answerback of the remote machine for easier distinction.

Helper script

prettify-archive-file, which is merely a symbolic link to the Archive module file, can print a single archive file at the console in a human friendly form.

Command line:

   prettify-archive-file <archive-file-to-print>

Implementation

TODO

Clone this wiki locally