code wiki / _hdl_build / nx_comms_hwup_census.nx
nx_comms_hwup_census.nx
buildroot/runtime/_hdl_build/nx_comms_hwup_census.nx
about
nx_comms_hwup_census.nx -- the HARDWARE-UP RUNG LADDER for the comms stack (operator 2026-07-02:
"get the hardware foundational rung each rung up through software etc to full s class exceed").
Every rung carries REAL evidence (a measured/gate log via the last-verdict rule) -- nothing asserted:
R0 HARDWARE codec compute on THIS CPU (nx_lpc_speed_bench: 77x/241x realtime-48k measured).
Honest boundary: camera/mic + NIC ride the browser/OS -- named, not claimed.
R1 CODEC CORE the shipped wasm core is complete + faithful (sovereign VM diff, 4/4).
R2 LOSS ENGINE RS-FEC relay organ proven (k=8,m=2, 4/4 KATs).
R3 INTL TRANSPORT measured on the international profiles vs the rival classes (nx_intl_h2h):
live-TCP BEHIND, FEC-target matches rival-UDP + beats rival-TCP-fallback.
R4 QOE GOVERNOR MOS model + anti-liar (ROOMQOEGATE).
R5 LAST MILE the JS surface ratchet (may only shrink toward the core).
R6 LIVE OPS fresh funcheck video PASS (a dead room fails this census).
THE GAP ROW: the FEC engine is NOT wired into the live daemon -- detected mechanically (self-flips
when wired). That wiring is the named s-class-exceed move for international interactions.
expect_exit: 0 license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_gate_green.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 18 | const K_MAGIC_8192: i64 = 8192 |
| 19 | const K_MAGIC_86400: i64 = 86400 |
functions
| 21 | func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 22 | func pw(s: *u8) -> i64 { sys_write(1,s,slen(s)); return 0 } |
| 23 | func pn(v: i64) -> i64 |
| 27 | func contains(hay: *u8, n: i64, needle: *u8) -> i64 |
| 32 | func filehas(path: *u8, pat: *u8) -> i64 |
| 37 | func cr_find_eol(b: *u8, n: i64, st: i64) -> i64 { var i: i64=st; while i<n { if (b[i] as i64)==10 {return i} i=i+1 } return n } called by 1: cr_live2 |
| 38 | func cr_live2(logpath: *u8, maxage_s: i64) -> i64 |
| 82 | func rung(name: *u8, log: *u8, anchor: *u8, failp: *i64) -> i64 |
| 89 | func main() -> i64 |