Anonymous ID: dbdeb9 Nov. 15, 2020, 10:37 a.m. No.11657336   🗄️.is 🔗kun

>>11642469 pb

Kraken Project reads like how one would want a voting machine to "alter" votes

 

Components/Architecture

Client - The component that resides on a target and does things. Communicates with a (paired) Listener.

 

Listener - The component that communicates with multiple (paired) Clients and the Manager. The Listener functions mainly as a "translator" for messages/commands between the Manager and a given client.

 

Manager - The component that communicates with the Listener, User Interface (UI), and data store(s) (e.g., database). The Manager is responsible for noting the commands of a user and tasking/managing collections of clients via associated Listeners so that a user can achieve desired goals.

 

User Interface (UI) - A Command Line Interface (CLI) via which a user describes the actions that clients should take and, additionally, what data (historical & current) should be displayed.