Coding

LYGO Mesh Deploy

Try it

LYGO mesh deploy — Phase 5 epidemic gossip, SLM Merkle/mycelium/consensus routes, Phase 9 TLS HTTPS node API. Local cluster scripts + pin gossip before wide-...

What it does

LYGO mesh deploy — Phase 5 epidemic gossip, SLM Merkle/mycelium/consensus routes, Phase 9 TLS HTTPS node API. Local cluster scripts + pin gossip before wide-area.

The skill document

lygo-mesh-deploy

Phase 5 wide-area mesh tooling (local HTTP proof before TLS wide-area).

When to use

  • Prove epidemic badge gossip converges in <20 rounds (live) or <10 rounds (sim).
  • Operate community mesh alongside Docker lygo-node on 8787.

Commands

git clone https://github.com/DeepSeekOracle/lygo-protocol-stack.git
cd lygo-protocol-stack

# Stochastic proof (100 nodes, no HTTP)
python tools/run_mesh_scale_sim.py --nodes 100 --fanout 2 --no-pause

# Live HTTP cluster (Linux/macOS)
./tools/deploy_100_nodes.sh
python tools/monitor_convergence.py --nodes 100 --wait-health 180
python tools/deploy_mesh_cluster.py stop

# Windows
pwsh tools/deploy_100_nodes.ps1
python tools/monitor_convergence.py

Node API (per peer)

MethodPath
GET/badge, /gossip, /health, /gossip/root, /slm/snapshot, /cert/pin
POST/gossip/badge, /gossip/scatter, /gossip/sync, /gossip/pin, /mycelium/store, /consensus/vote

HTTPS (Phase 9):

python tools/tls_manager.py --generate
python tools/node_api_server.py --tls --port 8443

Safety

  • Public internet: use TLS + pin gossip (docs/PHASE9_DEPLOYMENT_GUIDE.md); operator sign-off required.
  • No autonomous wide-area deploy without explicit operator sign-off.

Install: npx clawhub@latest install deepseekoracle/lygo-mesh-deploy

Related skills

Deploy a sovereign LYGO Protocol Stack community node via Docker or docker compose. Builds lygo-node image, starts health API on port 8787, optional Phase 4...

Verify LYGO node compliance — P0 golden SHA, stack demo, Phase 1 elasticity, Phase 3–4 federation, optional full Grok audit and lattice checks. Emits JSON/Ma...

LYGO LoRa mesh — compact Layer D roots pulse on stock Meshtastic. IP up = living-mesh HTTP; IP down = LY1 text packet ≤200 bytes. No board = NAMED_SHADOW. Scripts encode/decode/compare only: no network, no subprocess, no serial driver, no firmware fork. Use when the user wants Meshtastic, LoRa, off-grid mesh, RF gossip, or /lygo-lora-mesh.

1 installs

LYGO Living Mesh (Layer D) — multi-node gossip of lattice root digests, living mesh badges, peer compare, sentinel + scale sim. Synchronizes with classic eggs (A), sovereign seeds (B), external world network (C). Local authority; summaries only on the wire; consent-gated join; no auto-publish.

LYGO Protocol Stack Operator — P0–P9 integrator (byte-entropy filter, SLM mesh, TLS public mesh, HAIP, attestation). Run audits, node API, map GitHub/HF/Claw...

1 installs

LYGO Sovereign Workflow Orchestrator — YAML workflows with P0 gate, P1 mycelium memory, P3 consensus, P5 run identity, and consent-gated kernel egg. Sandcast...