-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Kris Armstrong edited this page May 19, 2026
·
2 revisions
Network Diagnostic Tool by Mustard Seed Networks. Plug it into any network jack and get real-time link, switch, DHCP, DNS, gateway, Wi-Fi, vulnerability, and discovery diagnostics through a single web UI.
- Quick Start — install + first login walkthrough
- Architecture — backend (Go) + frontend (React), modules, data flow
- Modules — Roots, Canopy, Shell, Sap, Harvest
- Contributing — dev setup, branch flow, conventions
- Releases & Versioning — how versions get cut and where to find them
| Concern | Where |
|---|---|
| Code | https://github.com/krisarmstrong/seed |
| Releases | https://github.com/krisarmstrong/seed/releases |
| Issues | https://github.com/krisarmstrong/seed/issues |
| Discussions | https://github.com/krisarmstrong/seed/discussions |
| License | BSL 1.1 |
The Seed lives in a family of three sibling tools by Mustard Seed Networks:
- The Seed — diagnostic (this repo). What's wrong with the network right now.
- The Stem — performance testing. RFC 2544 / Y.1564 / Y.1731 / MEF / TSN / RFC 6349.
- NIAC (Network In A Can) — protocol simulation lab on a single binary.
They share design language, CI conventions, and release tooling. See each repo for its own wiki.