code wiki / _hdl_build / nx_serve_roadmap.nx
nx_serve_roadmap.nx
buildroot/runtime/_hdl_build/nx_serve_roadmap.nx
about
nx_serve_roadmap.nx -- the team SERVES the /roadmap/andelinwest page over a real socket using its OWN
sovereign HTTP server (nx_http_server), bits-up: socket -> bind -> listen -> accept -> read request ->
send the roadmap HTML. No Python, no third-party. This is "3 live" on the sovereign stack; mapping the
public nishifamily.com/roadmap/andelinwest URL to it is the container/NAS deploy step. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_http_server.nxnx_syscalls.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
| 8 | const K_MAGIC_1024: i64 = 1024 |
| 9 | const K_MAGIC_8088: i64 = 8088 |
| 10 | const K_MAGIC_8192: i64 = 8192 |
| 11 | const K_MAGIC_100000: i64 = 100000 |
functions
| 13 | func sv_w(dst: *u8, pos: i64, s: *u8) -> i64 { var i: i64 = 0; while s[i] != (0 as u8) { dst[pos + i] = s[i]; i = i + 1 } return pos + i } called by 1: main |
| 14 | func sv_itoa(dst: *u8, pos: i64, v: i64) -> i64 |
| 22 | func main() -> i64 |