busonly
Busonly is a term used in discussions of computing and electronics to describe a design or mode in which devices, components, or software modules communicate exclusively through a shared bus rather than via direct point-to-point connections. The exact meaning can vary by domain, but the common thread is reliance on a central communication pathway that all participants use to exchange data and control signals.
In hardware contexts, busonly refers to architectures where peripherals attach to a common data and control
In software, busonly can describe a centralized messaging or event bus pattern where modules publish and subscribe
Advantages of busonly designs include reduced wiring complexity, simplified scalability, and easier integration of new components.