NDC Device Plane
device-plane is the provider-neutral runtime boundary for physical devices.
It is intentionally separate from Foundry, Engine L2, External Data Plane and
the preserved Gelios integration.
Current implementation status: local fail-closed foundation; not deployed.
packages/device-protocol-contractowns safe discovery and presentation contracts.packages/arusnavi-b2-adapterowns the first model-profile evidence and a fail-closed framing boundary.services/device-control-coreowns the initial PostgreSQL schema, health boundary and disabled-by-default quarantine ingest.services/device-gatewayowns a disabled-by-default, loopback-only TCP evidence listener that sends no bytes and extracts no identifier until the official framing contract is known.docker-compose.device-plane.ymlpublishes only loopback health endpoints and keeps the raw TCP listener unpublished.- No device command can be built or sent.
- No real IMEI, ICCID, password, packet or provider credential is stored in this source tree.
The planned runtime services are:
device-control-core: contours, discoveries, devices, bindings, policy and audit;device-gateway: raw TCP sessions, bounded codecs and presence;device-postgres: private persistent state.
services/device-edge-relay is a separate, disabled-by-default runtime for the
dedicated Debian ingress host. It is an L4 byte relay: it neither decodes
ARUSNAVI B2, acknowledges a device nor holds a Core token, database credential
or command capability. The implemented backhaul forwards only through a
restricted outbound SSH path to the Synology Gateway loopback listener. The
reviewed ingress target gives only this container a fixed IPvlan L2 address on
the Mini's single Ethernet link, so the host Amnezia full tunnel stays intact
and Docker publishes no host port. The fixed relay address is
192.168.71.253, explicitly outside the documented Deco DHCP pool
192.168.68.50–192.168.71.250. See docs/IMPLEMENTATION_BASELINE.md for
the remaining activation gates.
The Foundry Device Manager is a canonical page template using a server-owned
device-plane-control binding. It is not a service in this directory.
Run the foundation tests:
npm test
See IMPLEMENTATION_BASELINE.md for the placement, security and rollout contract.
The canonical runner registry and deterministic artifact builder live in
../infra/deploy-runner. The runner must be separately promoted and verified
before any Device Plane artifact is staged or planned.