arconnect

Installation
SKILL.md

ARConnect is a configurable hardware block designed to simplify ARC inter-core communication.

ARConnect Message Definition

This point-to-point interface is used to send messages from one ARC core to another core.

Messages are defined in a YAML file containing two main sections (one per message direction) with the following structure:

  • Section Header: • Specifies the source (from) and destination (to) cores, the API name, and the starting message ID (msg_base).

Example definition snippet:

SysToRcu:
    from:     sys
    to:       rcu
    api:      arconnect_srv
    msg_base: GENERAL_CHANNEL_MSG_DMTX_BASE_RCU
Installs
1
First Seen
Mar 21, 2026
arconnect from smithery.ai