cloverleaf-larry/inbound-systems.tsv

1.5 KiB

1# larry-anywhere — inbound-systems lookup (Bryan-curated)
2#
3# Maps an inbound/source FEED to the human name of the EXTERNAL upstream system
4# that actually sends the data. nc-document.sh consults this to label the
5# — it NEVER fabricates a sender. This file is CURATED (hand-maintained), so a
6# match here is a known fact, not a guess.
7#
8# FORMAT: one entry per line — <key><TAB><upstream system identity>
9# - a literal TAB separates the key from the label.
10# - lines starting with '#' and blank lines are ignored.
11# - KEY forms (checked in this order against the feed-root thread):
12# <thread-name> exact feed/source thread name (e.g. ADTfr_epic_964700)
13# port:<n> match by the feed thread's inbound PROTOCOL.PORT
14# - first matching line wins; thread-name match is tried before port match.
15#
16# This is the live config. Edit it to add/curate feeds; updates will NOT
17# overwrite it once present (the installer seeds it only when missing).
18#
19# ── seeded known feeds ───────────────────────────────────────────────────────