====== AZNet BBS ====== **AZNet BBS** is a Linux-first reimplementation of the classic **CNet Pro BBS (v3.x)**, written in **Python 3.13** using **asyncio** for the server backend and **PyQt6** for the SysOp control panel. It aims to preserve the *behavior, structure, and operational feel* of CNet Pro while modernizing the internals for contemporary systems. ---- ===== Project Pages ===== * [[projects:anetbbs:overview|Overview]] * [[projects:anetbbs:architecture|Architecture]] * [[projects:anetbbs:development|Development]] * [[projects:anetbbs:roadmap|Roadmap]] * [[projects:anetbbs:notes|Notes]] * [[projects:anetbbs:compatibility|Compatibility]] * [[projects:anetbbs:bbstext|BBSText]] * [[projects:anetbbs:code_base|Code Base]] * [[projects:anetbbs:experiments|Experiments]] ---- ===== Status ===== ^ Item ^ Value ^ | Current Phase | Active Development | | Primary Platform | Linux | | Language | Python 3.13 | | Networking | Telnet (asyncio) | | UI | PyQt6 | | Database | SQLite | | License | TBD | ---- ===== Quick Links ===== * Control Panel: PyQt6-based SysOp interface * Server: Async telnet BBS core * Text Engine: CNet-style MCI (\x19) renderer ----