tii

Tcl-based suite for working with ii/idec protocol
git clone git://git.luxferre.top/tii.git
Log | Files | Refs | README

commit 38998549b1c74c583c38b840d734d6143785afb8
parent 4453ed575a8a9896dd4fb39897f0708938c72736
Author: Luxferre <lux@ferre>
Date:   Tue, 22 Oct 2024 20:14:27 +0300

updated readme

Diffstat:
MREADME | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -15,6 +15,7 @@ The tii repo consists of the following parts: * tiipost.tcl: the core ii/IDEC message posting library and CLI utility * tiiview.tcl: the CLI viewer of the fetched ii/IDEC messages and conferences * tiidb: the (overridable) directory that contains all messages and echo lists +* config.txt: the set of parameters for all HTTP requests by the tii scripts * stations.txt: the list of stations to be auto-fetched by tiifetch when none of its command-line parameters is passed * auth.txt: the list of station/authstring mappings to be used by tiipost when @@ -28,6 +29,7 @@ Readiness status * tiipost.tcl: ready/tested * tiiview.tcl: ready/tested * tiidb (format): ready/tested +* config.txt (format/fields): ready/tested * stations.txt (format): ready/tested * auth.txt (format): ready/tested * tiix.tcl: planned