API Reference
Generated with mkdocstrings from the
Google-style docstrings in the Python source.
Core package (WebATM)
| Page |
Modules |
Role |
| Application |
WebATM.app, WebATM.main |
Flask app factory and server startup |
| BlueSky Network Client |
WebATM.bluesky_client |
ZMQ client speaking BlueSky's native protocol |
| Proxy Core |
WebATM.proxy, WebATM.proxy.core, WebATM.proxy.subscribers |
The proxy gateway between web clients and BlueSky |
| Proxy Managers |
WebATM.proxy.managers.* |
Connection, node, command and data management |
| Proxy Handlers |
WebATM.proxy.handlers.* |
BlueSky data-event handlers |
| Server Package |
WebATM.server.* |
Flask routes, sessions, Socket.IO handlers |
| Utilities & Logging |
WebATM.utils, WebATM.logger, WebATM.proxy.perf |
Serialization helpers, logging, perf instrumentation |
Integrated variant (webatm_integrated)
| Page |
Modules |
Role |
| Integrated Variant |
webatm_integrated.* |
Bundled-BlueSky build: auto-start, process manager, log streaming |