Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

espilon-probe documentation index

probe is a generalist physical-layer CLI (RF + buses). It is a TCP tunnel client that speaks one wire protocol to a bridge; the bridge terminates that tunnel into either a simulator (the virtual lab) or a real medium. Because the client reaches both over the identical wire, a skill learned against a virtual lab transfers 1:1 to real hardware - fidelity is structural, not asserted.

The docs are split in two: a lean user-facing set here, and internal design notes under design/ for contributors.

User documentation

For a one-paragraph orientation on the layering, see ../ARCHITECTURE.md.

Design notes (contributors)

design/ holds the decision records and buildable specs behind the transport, the bridge contract, the conformance harness, and the detailed protocol pilots. These are background for contributors, not user documentation - design/00-architecture.md is the source of truth for how the fidelity architecture works.