nx_live_crawl.nx
buildroot/runtime/nx_live_crawl.nx
about
nx_live_crawl.nx -- LIVE crawl of a real internet host via the sovereign
stack (our DNS resolver + our HTTP client + our HTML extractor + our index).
Target: info.cern.ch (the first website; serves plain HTTP on :80, so it
works with our no-TLS-yet client). Honest scope: HTTP-only until the crawler
gets the TLS layer the browser already has.
dependencies 7 imports · 0 importers
imports: fx.nxnx_str.nxnx_dns_resolve_a_record.nxnx_http_client.nxnx_html_to_text.nxnx_bm25.nxnx_search_inverted.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
| 15 | func nx_putc(c: i64) -> i64 { let b: *u8 = sys_mmap(1); b[0] = c; sys_write(1, b, 1); return 0 } |
| 16 | func nx_puts(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 17 | func nx_pi(n: i64) -> i64 |
| 24 | func nx_body_off(resp: *u8, n: i64) -> i64 called by 1: main |
| 29 | func nx_report(text: *u8, tlen: i64, q: *u8) -> i64 |
| 35 | func main() -> i64 |