# Resilient Communications at Range ## LAN Chat for Estates, Rural Operations, and Infrastructure Gaps *Voical Mesh — Application Guide* --- ### The scenario most people don't plan for National communication infrastructure is more fragile than it appears. Cell towers run on commercial power. Fibre backbones concentrate at a small number of exchange points. Satellite coverage requires functioning ground infrastructure on the other end. A sustained power outage, a physical disruption, or a coordinated attack on switching infrastructure can silence all of these simultaneously. In that scenario, the question is not "how do I reach the internet?" It is "how do I coordinate with the people and systems on my property?" For a large estate, a farm, a ranch, a small manufacturing operation, or a rural company with buildings spread across acreage: the people and machines you depend on most may be a quarter-mile to several miles away, connected today by cellular signal that is no longer there. This document describes how Voical's LAN chat layer addresses that gap, and the radio infrastructure on which it can run. --- ### Why "LAN" means more than WiFi When engineers say *local area network*, they mean any IP network that connects machines without routing through the public internet. The physical medium can be: - Ethernet cable - Standard WiFi (802.11a/b/g/n/ac/ax) — effective range: 100–300 metres indoors - **Long-range directional WiFi bridges** — effective range: 1–30+ kilometres - **802.11ah (WiFi HaLow)** — 900 MHz band, penetrates obstacles, range: 1–5 km - **AREDN (Amateur Radio Emergency Data Network)** — TCP/IP over amateur radio spectrum, range: line-of-sight to tens of kilometres depending on equipment and licence - **Microwave point-to-point links** — licensed or unlicensed, 1–50 km - Any other medium that can carry IP packets Voical's LAN chat layer speaks standard HTTP over TCP/IP. It does not care what carries that TCP/IP. If your radio infrastructure delivers IP connectivity between buildings, Voical's mesh runs on it without modification. --- ### What long-range WiFi infrastructure looks like in practice **Point-to-point directional links** connect two fixed locations. A directional antenna at each end — pointed precisely at the other — creates a dedicated wireless bridge that behaves like a long Ethernet cable. Commercial hardware for this use case is widely available, designed for outdoor installation, and does not require a radio licence in many jurisdictions when operating in unlicensed spectrum (5 GHz, 2.4 GHz) below regulated power limits. Typical deployments: | Scenario | Distance | Throughput | |---|---|---| | Main house → barn | 200–500 m | 100+ Mbps | | Ranch headquarters → remote outbuilding | 1–5 km | 50–150 Mbps | | Farm HQ → grain storage | 2–8 km | 20–100 Mbps | | Company campus → warehouse | 500 m–3 km | 100+ Mbps | At these throughput levels, Voical's entire protocol — git commits, LAN notifications, voice synthesis, and LLM inference results — runs comfortably. A typical task result is a few kilobytes of text. A voice synthesis output is a few hundred kilobytes of audio. Even a slow 1 Mbps link handles these without noticeable delay. **Mesh WiFi backhaul** extends this further. A chain of nodes — main building, mid-point structure, remote building — relays IP packets across a multi-kilometre estate without any single link needing to cover the full distance. --- ### What the chat layer provides in this context Voical's LAN chat is a git-backed asynchronous messaging system. Messages are committed to a shared git repository and propagated to all connected nodes. The LAN notification layer accelerates this to under one second when the network is healthy. In a resilience scenario, this means: **Command and coordination.** The main house, the generator shed, the water pump station, and the communications post can exchange text messages — task assignments, status reports, alerts — without any external infrastructure. **AI-assisted decision support.** Every node running Voical has a local LLM. A question posed on any node can be distributed to the strongest available model on the mesh, answered offline, and returned — without internet. **Persistent record.** Every message is a git commit. The entire communication history is stored, replicated across nodes, and survives the loss of any single machine. **No accounts, no servers, no subscription.** The mesh forms automatically between machines that share a git repository. Access is controlled by who has the SSH key. There is nothing to log in to and nothing to pay for beyond the one-time software licence. --- ### Amateur radio as the underlying transport For operators with amateur radio licences, AREDN (Amateur Radio Emergency Data Network) provides TCP/IP connectivity over licensed amateur spectrum. AREDN nodes create a standards-based IP mesh using 802.11n hardware modified to operate on amateur frequencies. The network is legal to operate without FCC coordination (under Part 97 amateur rules in the United States) and can legally carry encrypted traffic in an emergency. An AREDN installation covering a ranch or small rural community would: 1. Place AREDN nodes on rooftops or towers at each location 2. Each node joins the AREDN mesh automatically 3. The AREDN mesh provides TCP/IP routing between all locations 4. Voical runs on top of that IP network without modification This arrangement requires a Technician-class or higher amateur radio licence for the operators, and appropriate antenna installation. The radio hardware itself is inexpensive — repurposed consumer WiFi routers and commercial outdoor access points are commonly used. For non-licensed operators, the unlicensed 5 GHz and 2.4 GHz point-to-point bridges described above do not require a licence in most jurisdictions, at normal outdoor distances and power levels. --- ### Honest scope This is not a substitute for a proper emergency communications plan. It does not replace two-way radios for voice communication. It does not work if the machines running it have no power. It does not encrypt at rest without additional configuration. What it does: it gives any group of people on a shared local network — whether that network is fibre, WiFi, or radio — a working AI assistant, a persistent messaging system, and a distributed task coordination layer that operates without any dependency on the public internet. For a property or small organisation that has invested in local power generation and local network infrastructure, Voical completes the communications and intelligence layer. --- ### A practical starting point A resilient estate or small company installation might look like: 1. **Central node** (main building): Voical on a Mac mini or MacBook, running the strongest available model. This is the mesh hub and the primary AI. 2. **Remote nodes** (outbuildings, workshop, gatehouse): Voical on any Mac or compatible device. Each runs a smaller model locally and can offload harder tasks to the central node when connected. 3. **Network**: point-to-point WiFi bridges between buildings, or a small AREDN installation if licensed operators are present. 4. **Power**: each node on its own UPS or generator circuit — a single power failure does not silence the entire mesh. 5. **Repository**: a bare git repository on a NAS or Raspberry Pi on the local network. No cloud hosting required. This is a genuinely self-contained system. Once installed and configured, it requires no subscriptions, no internet access, and no ongoing service relationship to operate. --- *Voical — local AI, no cloud required.* *© 2026 Lucid Systems LLC. All rights reserved.*