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.
This commit is contained in:
2026-04-22 15:55:57 -07:00
parent 80c449c253
commit db1bb22d43

View File

@@ -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) |