OpenComputers bus#

The OpenComputers bus is described in Component Access in the OpenComputers documentation. It is a universal bus on OpenComputers, which addresses all devices using UUIDs.

Todo

Describe how the bus works, and do addresses actually affect signals, being the events in OpenComputers.

For what I’ve seen for now, most signals (but not all) use the related component address as the first argument; not all, however.

Todo

I thought there was a complete abstraction of the physical layout of the bus, but there appears to be a “slot” notion. What is that and what does it represent exactly?

See the Component API for reference.