Этот коммит содержится в:
Jason L. Lind 2025-07-20 02:18:12 -05:00 коммит произвёл GitHub
родитель 013ff7e83c
Коммит e612b79b33
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194

5
swarmtable.html Обычный файл
Просмотреть файл

@ -0,0 +1,5 @@
<html>
<body>
<table> <tr><th>Component</th><th>Capability / Role</th><th>Key Spec (Phase I Target)</th></tr> <tr><td><b>UAV Node</b><br>(Scout Drone)</td> <td>Autonomous flight, RF scanning (SDR), AI signal classification</td> <td>≤250g total; ~10–20min flight; SDR covering ~2–6GHz; onboard MCU (ARM Cortex-M/R); detection range ~20m for Wi-Fi; classification latency <0.5s</td></tr> <tr><td><b>Anchor Node</b><br>(Dropped Relay)</td> <td>Static UWB relay and ranging beacon to extend mesh</td> <td>~50–100g; battery-powered (hours of uptime); UWB radio (IEEE 802.15.4z); link range ~50m indoor; mesh hop throughput ~1–10Mbps</td></tr> <tr><td><b>Mesh Network</b></td> <td>Self-organizing UWB multi-hop connectivity</td> <td>Auto-mesh formation; supports ≥4 simultaneous nodes; range/hop ~50m; relative localization accuracy ≤10cm (with 3+ anchors)</td></tr> <tr><td><b>AI Classification</b></td> <td>Onboard signal identification (Wi-Fi, BLE, etc.)</td> <td>Custom small CNN/ML model; runs on-device (couple MOps); target >80% accuracy on test signals; model size ≤100KB</td></tr> <tr><td><b>C2 Link (COT)</b></td> <td>Disseminate detections via Cursor-on-Target</td> <td>Packet size ~100B per detection; update rate ~1Hz per detection; end-to-end latency (detection→ATAK) &lt;2s</td></tr> </table>
</body>
</html>