code wiki / _hdl_build / nx_aw_nasrecon.nx
nx_aw_nasrecon.nx
buildroot/runtime/_hdl_build/nx_aw_nasrecon.nx
about
nx_aw_nasrecon.nx -- sovereign READ-ONLY recon of the NAS before deploying dev. Connects to the live
NAS (192.168.8.227) over the team's own SSH (nx_ssh_lib), auths with the password staged at /tmp/nxpw
(from the sovereign vault), and runs ONE read-only command: arch (can our x86-64 binary run?), hostname,
the nishihost dir, whether the andelinwest daemon process is alive, and the live :8443 status. ssh_exec
streams remote stdout/stderr straight to fd 1. No writes, no deploy. license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_syscalls.nxnx_ssh_lib.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
| 9 | func slen(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} return n } |
| 11 | func main() -> i64 |