Extensibility of the Ricardo Avionics Ecosystem requires the creation of a standardized interface between components on the rocket so that the electronics system of a rocket can be expressed in a con- cise configurable way. Ricardo Rocket Components (Librrc) generalizes all rocket electronics into 2 main groups, actuators and sensors, where actuators move or deploy something, and sensors return a reading. These 2 groups are further split into networked or non-networked versions. Networked rocket components has a client and server implementation of the component where the client tracks the status of the remote component. Base implementations provided by Librrc are then inherited by specialized classes which only need to override a couple of methods to implement the specifics of each specialization. This allows software for each board to be quickly and reliably written.