code wiki / _hdl_build / nx_vclient_loop_test.nx
nx_vclient_loop_test.nx
buildroot/runtime/_hdl_build/nx_vclient_loop_test.nx
about
nx_vclient_loop_test.nx -- RUNG H8 gate: the FIRST-PARTY NISHI CLIENT LOOP, end-to-end and sovereign. A
frame goes: capture(synthetic Y) -> ENCODE (H5/H6 codec) -> serialize bitstream (H8 stream) -> FEC block
(H7 R8a) -> REAL UDP loopback (H7 R8c.1) with one datagram DELIBERATELY LOST -> FEC RECOVER -> reassemble
-> DECODE -> reconstruct. The whole sovereign media spine in one loop -- our codec over our transport,
loss-recovered, no third-party anywhere. license_tier: ORIGINAL
dependencies 3 imports · 0 importers
imports: nx_vcodec_stream.nxnx_quic_fec.nxnx_quic_udp.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
| none |
functions
| 10 | func g_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func g_pn(v: i64) -> i64 called by 1: main |
| 20 | func g_check(name: *u8, cond: i64) -> i64 |
| 24 | func iabs(v: i64) -> i64 { if v<0 { return 0-v } return v } called by 1: main |
| 26 | func main() -> i64 |