-
Notifications
You must be signed in to change notification settings - Fork 0
architecture
Antoine Buirey edited this page May 22, 2025
·
11 revisions
The config module load a configuration from a file. contain data like minecraft server directory or database path.
The core is the entry point of the program. It will create the bus, and regarding the configuration, will start some user interface and/or Minecraft server modules.
The bus will connect the user interface ,Minecraft servers interfaces and the core. It allow to register callback on a event, and trigger events. Arguments of callback are defined by the event. This architecture allow to have multiple user interface and multiple servers simultaneously.
Interface with the user
Interface with minecraft servers
Navigation