ChatNet
ChatNet provides generic ChatArch network and portal helper primitives: ping/TCP scans, URL collection and checks, browser-service health checks, service URL helpers, browser-like session/cookie state, and non-sudo explicit forward proxy helpers.
Application-level ECNU portal logic belongs in ChatECNU; ChatNet stays application-neutral.
Common entrypoints
chatnet --help
chatnet --tree
chatnet --tree-brief
chatnet links --url https://example.com
chatnet proxy autostart print --bind 0.0.0.0 --port 18080 --allow-cidr 172.23.0.0/16 --user chatnet
The full tree includes signatures; the brief tree keeps the same registered commands and purpose summaries. Both use ChatStyle's shared renderer and never print password or token values.
Documentation
- CLI Tree: registered command tree, acceptance checks, and update rules.