```html Seastead Convoy Mode Analysis

Seastead Convoy Mode

Communications Architecture, Operational Concepts & Wave Hydrodynamics

Contents

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.

Why not LTE/5G or LoRa? Private LTE is expensive and requires spectrum licensing or CBRS coordination. LoRa is fantastic for telemetry but far too slow for video and real-time control. 5 GHz WiFi is unlicensed, globally available, and provides the best bang-for-buck for a closed convoy.

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.

2.2 Joining & Leaving Protocols

  1. Request: New seastead broadcasts a JOIN_REQUEST over Starlink or mesh to the convoy.
  2. 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).
  3. Approach: The new seastead navigates to a point 1.5× the grid spacing behind its assigned slot, then moves forward into the grid.
  4. 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_ACTIVE to all nodes.
  5. 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.

2.4 Distributed Sensing & Parallax Tracking

With precise relative positions, the convoy acts as a distributed phased array of sensors.

2.5 Digital Watchkeeping

Safety at sea requires human oversight, but the convoy multiplies watch capability.

2.6 Emergency & Exception Handling

Connected Mode vs. Convoy Mode: Your design allows two seasteads to link with a walkway when stationary. Convoy Mode applies only when underway and not physically connected. A linked pair should be treated as a single unit for convoy software, occupying two adjacent slots with zero spacing between them and standard spacing to the next unit.

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:

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:

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.

Hydrodynamic Conclusion: A large convoy of these seasteads will not produce a sheltered "calm lagoon" inside the formation. At best, you may see minor shadowing of very short chop (wavelength < 20 m) directly behind a seastead, but ocean swell will pass through the array virtually unimpeded. Do not design convoy spacing for wave attenuation. Design it for operational safety, thruster efficiency, and sensor baseline geometry.

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

4.2 Convoy Mode Implementation Checklist

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.

Bottom Line: Build a robust 5 GHz WiFi mesh, automate the convoy coordination with RTK and ROS 2, and enjoy the safety of numbers—but keep expecting the ocean to move beneath you.
```