Skip to main content

One Character Code • LAN Wikipedia Proof

Can 3 characters reconstruct
a known educational web page?

The Wikipedia article on Local Area Networks weighs over 284,000 bytes. Three Unicode characters and a 4.6KB reader reconstruct the entire educational package — offline, instantly, with full attribution.

View original: Wikipedia → Local area network
Attribution & License: This demonstration uses content adapted from the Wikipedia article "Local area network." Source: https://en.wikipedia.org/wiki/Local_area_network. Wikipedia text is licensed under Creative Commons Attribution-ShareAlike (CC BY-SA). Modified for OCC technical demonstration. Not affiliated with or endorsed by Wikipedia or the Wikimedia Foundation.

Size Comparison

Wikipedia Full Page
Scripts + CSS + HTML + images
OCC Carrier
◆ — single Unicode character
Installed Package
6 files, offline forever
Visual Byte Comparison
Wikipedia page
284,000 B
OCC package
29,941 B
OCC reader
4,659 B
◆ carrier
 

Run the 3-Code Demo

Step 1
Setup
Load the OCC reader, verify your browser environment, confirm localStorage is available for package installation.
Begin Setup →
Step 2
Install
Install the LAN article package: article HTML, CSS, manifest, attribution, and report shell into your browser.
Install Package →
Step 3
Verify
Verify the package: check attribution compliance, render the article, confirm offline readiness and ADA compliance.
Verify & View →

Why This Matters for Offline WiFi

Local Area Networks are everywhere — schools, hospitals, businesses, towns. Most content delivery assumes cloud connectivity. OCC changes that equation: a single Unicode character, read by a 4.6KB engine, reconstructs a complete educational resource locally. No cloud. No dependency. No latency.

Schools & Education

Educational content — textbooks, reference articles, course material — deployed via a local router. Students access full resources without requiring internet access or cloud subscriptions.

Captive Portals

Hotels, airports, and businesses run captive portals to authenticate guests. OCC packages deliver complete informational content before the user authenticates or even connects to the internet.

Rural & Remote Areas

Communities with unreliable or expensive internet connectivity can distribute educational and civic content over a local router. A single ◆ character delivers a full article about networking itself.

Emergency Information

During outages, a locally hosted OCC package serves critical information — evacuation routes, emergency contacts, medical protocols — from a battery-powered router with no upstream dependency.

What This Demo Proves

The Local Area Network article on Wikipedia is one of the most-accessed networking reference pages in the world. By packaging it as an OCC demo, we prove three things:

  1. Known content can be packageable. Any existing educational resource with compatible licensing can be structured as an OCC package.
  2. The carrier is trivially small. The 3-byte ◆ carrier is smaller than the word "the." It can be embedded anywhere — HTML, SMS, QR code, a single email.
  3. Attribution and compliance are built in. The package includes full Wikipedia attribution, CC BY-SA license notice, and endorsement disclaimer — verifiable by the demo itself.

Page Source — This Page vs. Wikipedia

Wikipedia LAN page (rendered HTML excerpt, 284,000+ bytes total)
<html class="client-nojs vector-feature-language-in-header-enabled ..."> <head> <script>document.documentElement.className= ...54 lines of JS...</script> <link rel="stylesheet" href="/w/load.php?lang=en&modules=skins.vector.styles..."> <!-- 22+ stylesheet and script tags, ~180 more lines --> </head> <body class="skin-vector skin-vector-search-vue mediawiki ..."> <!-- 2,400+ lines of HTML content -->
This OCC carrier page — entire source, ~380 bytes outside of this demo content
<!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Local Area Network</title> <script src="/chain-nav.js"></script> <script src="/js/occ-reader.min.js"></script> </head><body> <main id="occ-main"></main> </body></html>