From db1bb22d4338719337765d61e2d99193da5cd6fb Mon Sep 17 00:00:00 2001 From: Ken Johnson Date: Wed, 22 Apr 2026 15:55:57 -0700 Subject: [PATCH] README: Family table refresh -- ecosystem state 2026-04-22 - comet daemon: 1.2.1 -> 1.2.2 (both protocol paths now externalized into fpc-binkp + fpc-comet; daemon wraps via cometbinkpfpc + cometfpc) - fpc-filexfer: 0.1.0 pre-publish -> 0.1.1 shipped (added SEAlink engine; note origin remote not yet configured) - fpc-emsi: new entry, shipped (0.1.2) with IEMSI detection; EMSI / WaZOO / FTS-1 handshakes + unified 4-way answerer dispatcher. No origin remote yet. Per ~/.MSGAPI_MSGS.md Messages 40-43. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a57f2e7..3f213e2 100644 --- a/README.md +++ b/README.md @@ -142,13 +142,14 @@ real-world sample bases. | Library | Concern | Status | |---|---|---| -| [`comet`](../comet/) | Comet daemon (session/WFC/routing; wraps `fpc-binkp` + `fpc-comet`) | shipped (1.2.1) | +| [`comet`](../comet/) | Comet daemon (session/WFC/routing; wraps `fpc-binkp` + `fpc-comet`) | shipped (1.2.2) | | [`fpc-log`](../fpc-log/) | Shared `TLogProc` logger interface for every fpc-* lib | shipped (0.1.0) | | [`fpc-msgbase`](../fpc-msgbase/) | Message-base storage (8 formats) + `mb.address` leaf | **shipped (0.7.0), this repo** | | [`fpc-ftn-transport`](../fpc-ftn-transport/) | FTN transport tier (PKT / BSO / FilQueue / DBridge / Filebox / ArcMail) | shipped (0.6.0) | | [`fpc-binkp`](../fpc-binkp/) | BinkP/1.1 + Argus / binkd extensions (CRYPT / NR / ND / PLZ / EXTCMD-GZ / ED25519 / DES-CBC / TRF / FREQ) | shipped (0.2.0) | | [`fpc-comet`](../fpc-comet/) | Native Comet protocol (FSP-COMET-001; X25519 + ChaCha20 + ED25519) | shipped (0.1.0) | -| [`fpc-filexfer`](../fpc-filexfer/) | XMODEM / YMODEM / ZMODEM / Hydra / Janus / nova | in progress (0.1.0 pre-publish) | +| [`fpc-filexfer`](../fpc-filexfer/) | XMODEM / YMODEM / ZMODEM / SEAlink / Hydra / Janus / nova | shipped (0.1.1, no origin remote yet) | +| [`fpc-emsi`](../fpc-emsi/) | EMSI / WaZOO / FTS-1 / IEMSI session handshakes + dispatcher | shipped (0.1.2, no origin remote yet) | | [`fpc-bbs`](../fpc-bbs/) | BBS file-area databases | in progress (0.0.1 scoped) | | `fpc-ftpmail` | FTP / SFTP server lib (file-tree provider) | proposed — open slot | | `fpc-dbapi` | DB abstraction | in progress (Fastway) |