1. Local Mesh Communications
For a convoy to function as a unified community, it needs a local data fabric that is high-bandwidth, low-latency, cheap, and resilient. Starlink provides internet backhaul, but the inter-seastead link must be independent and faster than satellite latency allows for real-time control and video sharing.
1.1 Recommended Hardware Architecture
You suggested four directional antennas per seastead. This is excellent for a regular grid because it maximizes link budget and minimizes interference. However, because each seastead will yaw (rotate), fixed directional panels work best if the convoy maintains a common heading (which it should). We recommend 5 GHz WiFi 5/6 outdoor CPE units in a ring of four, each covering a 90° sector, with one radio acting as backup/redundancy.
| Component | Recommended Spec | Est. Cost (USD) | Notes |
|---|---|---|---|
| Directional Radio (x4) | Ubiquiti LiteBeam 5AC Gen2 or MikroTik LHG 5 | $60 – $90 each | 23 dBi gain, IPX6 outdoor rated, PoE powered |
| Omnidirectional Backup (x1) | Ubiquiti UAP-FlexHD or TP-Link EAP225-Outdoor | $120 – $180 | Provides near-field coverage if directional links drop |
| Onboard Router/Mesh Controller | Rugged Mini-PC or OpenWRT AP (e.g., MikroTik hAP ac²) | $100 – $250 | Runs mesh routing protocol and local services |
| Marine Ethernet & PoE | Shielded CAT6, UV-resistant, waterproof glands | $80 – $150 | Salt-spray resistant cabling to each radio |
| Mounting Hardware | Aluminum L-brackets, U-bolts, sealant | $50 – $100 | Keep antennas clear of solar/arch obstructions |
1.2 Performance Expectations
Range
Over flat water with antenna heights of 3–5 m (10–16 ft), a 5 GHz directional link with 23 dBi antennas can remain stable up to 2–5 km. For convoy grid spacing of 100–300 m, you will have enormous link margin, meaning the link will stay up even in heavy rain or if antennas are slightly misaligned by yaw.
Data Rate
Each 802.11ac link can negotiate 300–650 Mbps physical layer; practical TCP throughput is 150–400 Mbps. 802.11ax (WiFi 6) improves per-user efficiency (OFDMA) but for fixed point-to-point links, WiFi 5 is sufficient and cheaper. Aggregate mesh capacity across 4 links easily exceeds 1 Gbps.
1.3 Mesh Software
For a self-healing mesh that does not depend on a single gateway, run OpenWrt with B.A.T.M.A.N. Advanced (Better Approach To Mobile Ad-hoc Networking). B.A.T.M.A.N. operates at Layer 2, so IP addresses can roam seamlessly, and it automatically finds the best multi-hop path if a direct link is blocked.
- Protocol: B.A.T.M.A.N. adv (or 802.11s standard mesh).
- Application Layer: MQTT for telemetry and sensor feeds; DDS / ROS 2 for real-time autopilot and thruster coordination.
- Synchronization: Precision Time Protocol (PTP) or simple GPS-disciplined clocks to keep camera frames time-synced for parallax calculations.
2. Convoy Mode: Operational Concept
Convoy Mode transforms a collection of individual seasteads into a distributed,自治 marine community. Below is a complete operational framework.
2.1 Formation Geometry & Grid Logic
Seasteads operate on a virtual grid relative to a Convoy Reference Frame. There is no physical leader; instead, all units agree on a virtual leader point and velocity vector.
- Grid Spacing: Recommended standard spacing is 150 m (≈500 ft) in calm conditions, expanding to 250–300 m in heavier seas to reduce thruster load and thruster-wash interference.
- Orientation: All seasteads align to the convoy heading. This keeps wakes shielded and allows directional antennas to maintain orientation.
- Slot Addressing: Slots are addressed with integer coordinates
(i, j). A new joiner is assigned the nearest empty(i, j)by the convoy coordination server.
2.2 Joining & Leaving Protocols
- Request: New seastead broadcasts a
JOIN_REQUESTover Starlink or mesh to the convoy. - Slot Assignment: Convoy software returns a recommended grid coordinate and an approach corridor (typically from the rear/side of the formation to avoid crossing traffic).
- Approach: The new seastead navigates to a point 1.5× the grid spacing behind its assigned slot, then moves forward into the grid.
- Activation Threshold: When the seastead is within 0.5× grid spacing of its assigned coordinate, its autopilot switches from waypoint mode to Convoy Station-Keeping Mode. The system broadcasts
CONVOY_MODE_ACTIVEto all nodes. - Leaving: The seastead requests departure, receives an exit vector (typically 90° off the convoy track), and drops back. Neighbors automatically close the gap or leave it empty until a replacement arrives.
2.3 Station Keeping & Thruster Coordination
Each seastead uses its moving-base RTK GPS to know its absolute position to ±2 cm. The convoy software maintains a shared virtual origin updated via Starlink or mesh, so every seastead knows its target (x, y, ψ) relative to the convoy.
- Control Law: A cascaded PID or Model Predictive Controller (MPC) uses the 6 rim-drive thrusters to counter drift, wind, and current. The controller prioritizes relative position over absolute track—keeping the grid intact is more important than holding a GPS coordinate.
- Convoy Speed: Recommended transit speed is 3–5 knots. Above this, the energy cost of station-keeping rises sharply.
- Inter-seastead Thruster Interaction: Because each seastead has 6 small rim thrusters, wash is modest, but in tight formations it can cause local turbulence. Spacing ≥150 m makes this negligible.
2.4 Distributed Sensing & Parallax Tracking
With precise relative positions, the convoy acts as a distributed phased array of sensors.
- Sensor Fusion: Each seastead contributes AIS, radar (if equipped), and optical camera feeds. AI models (e.g., YOLO/RetinaNet) running locally flag objects.
- Parallax Calculation: When Seastead A detects an object at bearing θₐ and Seastead B detects the same object at bearing θᵦ, the system solves the triangulation using the known baseline vector B from RTK. Range accuracy is roughly ±1% of distance at typical baselines of 150 m.
- Shared Track Database: A distributed gossip or CRDT-based database maintains a list of all tracked contacts. Each contact carries:
ID, position (lat/lon), course, speed, classification, confidence, last_seen.
2.5 Digital Watchkeeping
Safety at sea requires human oversight, but the convoy multiplies watch capability.
- Watch Tokens: Watchstanders cryptographically sign in using Ed25519 keys. A heartbeat message (
WATCH_ACTIVE) is broadcast every 5 minutes over the mesh. - Consensus Display: A simple dashboard on each seastead shows which seasteads have an active watchstander, the current convoy health (GPS, thrusters, battery), and any active alerts.
- AI Watchstander: Machine vision never sleeps. It flags contacts, collision risks, and even a person-over-board event. The human validates or dismisses the alert.
2.6 Emergency & Exception Handling
- Propulsion Failure: The disabled seastead drops to "drift mode." Its neighbors increase spacing to avoid collision and provide a lee.
- Man Overboard (MOB): The alerting seastead drops a GPS marker. The convoy can automatically circle or dispatch the nearest dinghy.
- Dark Vessel / Collision Risk: If parallax tracking detects a vessel not broadcasting AIS and with a Closest Point of Approach (CPA) < 1 nm, the convoy can autonomously execute a coordinated evasive shift (e.g., all seasteads slide 100 m laterally).
3. Wave Energy Interaction Analysis
You hypothesized that a large number of seasteads might disperse wave energy, reducing the average wave height inside the convoy. Let us examine this quantitatively.
3.1 Single-Body Scattering
Each leg is a NACA 0030 foil with:
- Chord (fore-aft width) c ≈ 8.5 ft (2.6 m)
- Draft (submerged depth) D ≈ 7.25 ft (2.2 m)
- Overall waterplane extent: small.
Typical ocean swell has a period of 8–12 seconds and a wavelength of λ ≈ 100–200 m (330–650 ft). Short-period chop may have λ ≈ 20–50 m.
For a floating body to significantly reflect or absorb wave energy, its characteristic dimension must be a meaningful fraction of the wavelength. Here, the ratio of chord to swell wavelength is:
c / λ ≈ 2.6 / 150 ≈ 0.017
This is very small. In the long-wave regime (c << λ), the leg acts as a weak scatterer. The reflection coefficient R scales roughly as (c/λ)², meaning less than 0.1% of incident energy is reflected. The rest passes through or is radiated away as the body moves with the wave (heave/pitch).
3.2 Array Effects: Coherent vs. Incoherent Scattering
If you arrange many scatterers in an array, interesting things can happen:
- Coherent Interference: If spacing is regular and comparable to half a wavelength (d ≈ λ/2), waves can constructively or destructively interfere. However, your grid spacing (150 m) is much smaller than ocean swell (150–200 m) but your draft is only 2.2 m. For surface-piercing bodies to act as a "wave breakwater," the structure must extend deep enough to interact with the water column. These legs do not.
- Bragg Resonance: Requires periodic arrays with spacing tuned to wavelength. Even if you got lucky with a particular sea state, the effect is narrow-banded and would not persist as waves shift.
- Incoherent Scattering: In a real seaway, wave directions and frequencies vary. The scattered waves from hundreds of small bodies sum incoherently. The energy is simply redistributed in direction, not removed.
3.3 Energy Removal Requires Damping
To reduce average wave height, energy must be absorbed (converted to heat via viscosity, or captured) or dissipated (breaking). A passive floating body with no power-take-off (PTO) does neither. In fact, because the seasteads are designed for a soft ride (low waterplane area), they are wave followers—they move with the water particles, re-radiating wave energy rather than damping it.
What about stationary mooring? When moored with tension legs and the active stabilizers set to oppose motion, each seastead scatters slightly more energy. However, even a tightly packed field of dozens of units would only fractionally damp a broad-spectrum wave field. Breakwaters work because they are continuous, massive, and often fixed to the seabed; a sparse array of small floating bodies cannot replicate this.
4. Summary & Recommendations
4.1 Communications Recommendation
- Hardware: Install four Ubiquiti LiteBeam 5AC Gen2 (or equivalent) directional radios per seastead in a ring. Add one omnidirectional unit for redundancy.
- Software: Run OpenWrt + B.A.T.M.A.N. Advanced for the mesh. Use MQTT/ROS 2 DDS for application data.
- Performance: Expect >150 Mbps per link, <5 ms latency per hop, and reliable operation at 150–500 m spacing.
- Cost: Approximately $800 – $1,200 per seastead for a fully redundant, marine-hardened local mesh.
4.2 Convoy Mode Implementation Checklist
- Define a virtual grid and slot-addressing scheme
(i, j). - Implement a "request-approach-activate" state machine for joining seasteads.
- Integrate moving-base RTK for cm-level relative positioning.
- Build a distributed contact database using parallax triangulation from camera/radar inputs.
- Deploy cryptographically signed watchstander heartbeats and convoy-wide status dashboards.
- Create emergency protocols: drift-down, MOB, and coordinated evasive shifting.
4.3 Wave Interaction
While the convoy offers tremendous operational advantages—shared watch, redundant power, and easier logistics—the idea that it will reduce local wave energy is not supported by hydrodynamic theory. The seastead legs are far too small relative to ocean wavelengths to act as an effective breakwater array. Design the convoy for safety and social connectivity, not for creating sheltered water.