You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LAW-N (Law of Network) — the Mind’s Eye data-movement layer that routes, separates, and prioritizes events across devices, 4G/5G networks, and cloud services. Designed to power the Mind’s Eye OS constellation with intelligent packet flow, time-aware routing, and network-adaptive behavior.
Minimal execution engine for N-SQL — parses N-SQL queries, builds a simple AST, and executes them against pluggable network data adapters (mock/in-memory for now).
Signal simulation engine for Law-N. Generates synthetic network.routes rows (devices, towers, G-layers, latency, signal quality) for testing N-SQL queries and CLSI prototypes.
Official LAW-N Runtime Environment (LNRE) — a lightweight virtual machine and execution engine for LAW-N programs, time-aware instructions, and N-SQL operations. Handles bytecode, timing, routing, and runtime introspection for the LAW-N / Mind’s Eye cognition stack.
Android runtime for the MindsEye OS. Implements LAW-T time-labeling, LAW-N network intent, TLDI (Time-Labeled Device Interface), Duo Bluetooth routing, device fingerprinting, and secure local data sharing.
Core engine for N-SQL, the network-native query language of Law-N. This repo implements a minimal lexer, parser, and in-memory executor for N-SQL queries over a mock network.routes table, plus a simple CLI and docs.
Formal specification, grammar, examples, and reference schemas for N-SQL — the query language of Law-N for live signal, tower, device, and pattern introspection.