```html Seastead Convoy Mode Analysis & Design

Seastead Fleet Operations: Convoy Mode

Hydrodynamic, Networking, and Algorithmic Integration for Community Transit

1. Fleshing out "Convoy Mode"

Convoy mode shifts individual seasteads from isolated vessels into a single, cohesive Swarm Entity. Utilizing the triple-redundant RIM thrusters and active foil stabilizers, seasteads can maneuver with high precision. The underlying concept leverages Autonomous Station-Keeping (ASK) algorithms combined with Moving Base RTK GPS.

How it Works:

2. Community Watch & Parallax Tracking

A convoy provides immense safety through shared situational awareness. By pooling data from every seastead's sensors, the fleet creates an overarching "Sensor Dome."

Multi-Node Parallax Targeting

Because every seastead knows its position down to the centimeter via RTK GPS, any two cameras spread across the fleet (e.g., 500 meters apart) form a massive optical baseline. If a distant unlit vessel is detected, the bounding box pixel coordinates from Camera A and Camera B are passed to the central mesh. The AI calculates the resulting parallax angle to triangulate the exact distance, speed, and heading of the object instantly, completely passively, without requiring radar emissions.

Gamifying / Managing the "Night Watch"

To ensure human-in-the-loop safety without exhausting the community, the Night Watch protocol can be digitized:

3. Local Mesh Networking Hardware & Software

Your instinct to use 5GHz Wi-Fi (802.11ac/ax) with four directional antennas per seastead is exactly right for a balance of high bandwidth, low cost, and commercial availability.

Multipath Over Water: Water causes signal reflections (multipath fading). 5GHz relies on line-of-sight (LOS). To mitigate waves blocking the signal, antennas should be mounted at the highest possible points—ideally on the roof above the solar panels (approx. 14+ feet above the waterline).

Recommended Hardware Approach: Sector Antennas

Instead of relying on motorized antennas (which fail in marine environments), use four fixed 90-degree sector antennas (or three 120-degree antennas) on a central mast.

Component Recommendation Estimated Cost per Seastead Details
Hardware Nodes Ubiquiti LiteAP AC or MikroTik SXTsq 5 ac (x4) $200 - $300 total Weatherproof, 90/120 degree coverage, passive PoE.
Central Router MikroTik RB760iGS (hEX S) or custom x86 $70 Aggregates the 4 antennas, handles mesh protocol computing.
Range 1 km to 5 km N/A Highly dependent on wave height, but for a 100m grid, it is vastly overpowered (which is excellent for reliability).
Data Rate 100 Mbps to 450 Mbps N/A Easily supports uncompressed multi-camera HD streams and central database syncing.

Software Layer

For the mesh topography routing, use B.A.T.M.A.N. Advanced (Better Approach To Mobile Adhoc Networking) or 802.11s. These protocols operate at Layer 2. If a seastead in the middle goes offline, the network automatically heals and routes data around it within milliseconds. For higher level application data syncing (like the parallax object database), use a distributed database system like Redis Cluster or Apache Cassandra so every ship has a mirrored copy of the real-time map.

4. Hydrodynamic Wave Dispersal inside the Convoy

The user prompted an interesting question: Will a large group of 3-legged seasteads reduce the average wave height for the seasteads inside the convoy?

To analyze this, we must look at the physics of Small Waterplane Area Twin/Tri Hull (SWATH) vessels and wave attenuation via vertical piles (the NACA foils).

1. Long Wavelength Oceanic Swell (Negligible Effect)

Ocean groundswell typically has a wavelength of 200 to 1000 feet. Your leg chords are 8.5 feet, spaced 44+ feet apart. According to coastal engineering principles (diffraction through vertical pile breakwaters), structures that are significantly smaller than the wavelength allow the wave energy to diffract entirely around them. Therefore, the fleet will not dampen large ocean swells. The swell will pass right through the grid. (However, due to your SWATH-like design and active aircraft-style stabilizers, the seasteads won't pitch heavily to this swell anyway!).

2. Short Wavelength Surface Chop (Minor Effect)

For high-frequency wind chop (wavelengths of 3 to 15 feet), the NACA 0030 legs act as a partial breakwater. Because there are three thick foils per vessel, a convoy of 20+ seasteads creates a "forest" of 60+ vertical foils. Wind chop entering the front of the convoy will be scattered, reflected and heavily diffused by the time it reaches the center vessels.

3. Wake Interferences (Thruster Wash)

While natural waves might be slightly dampened, the fleet generates its own energy. Six 1.5-foot RIM drives per vessel will create localized surface currents and cavitation trails. This will create a "confused sea" state of micro-chop inside the convoy.

Conclusion on Wave Reduction: The inner fleet will experience lower wind-based wave impact (calmer surfaces), but will still rise and fall uniformly with the deep-ocean swell. The water between the vessels will likely be aerated and feature complex micro-chop from the wakes of the foils and thrusters.

5. Fleet Integration Checklist

To flesh out this design and prep it for Convoy Mode, the following specific modules must be factored into your design space and container weight limit:

```