|
61 | 61 | "name": "How does Field Link work?", |
62 | 62 | "acceptedAnswer": { |
63 | 63 | "@type": "Answer", |
64 | | - "text": "Field Link uses Bluetooth Low Energy and peer-to-peer Wi-Fi to auto-discover nearby teammates and share encrypted position data. No pairing, no configuration. AES-256-GCM encryption with ECDH P-256 ephemeral session keys. New keys are generated for every session." |
| 64 | + "text": "Field Link uses Bluetooth Low Energy on every platform with Apple Multipeer Connectivity (AWDL) on iOS and Google Play Services Nearby Connections on Android as a parallel higher-bandwidth transport. PIN and QR sessions wrap every payload in AES-256-GCM derived from an ECDH P-256 session key; Open sessions auto-join without encryption for training and demo use. Session keys are derived per session and discarded on session end." |
65 | 65 | } |
66 | 66 | }, |
67 | 67 | { |
|
77 | 77 | "name": "What data do you collect?", |
78 | 78 | "acceptedAnswer": { |
79 | 79 | "@type": "Answer", |
80 | | - "text": "None. No accounts, no analytics, no cloud sync, no tracking. Location data stays on your device. Field Link session data is ephemeral and disappears when the session ends." |
| 80 | + "text": "No accounts, no analytics, no advertising networks. Operational data (sessions, markers, tracks) stays on your device until you delete it. Field Link encryption keys are ephemeral and discarded on session end. Optional release-only crash diagnostics use Sentry with PII off and GPS coordinates stripped." |
81 | 81 | } |
82 | 82 | }, |
83 | 83 | { |
@@ -200,11 +200,11 @@ <h2 class="section-title text-center mb-4">What Red Grid Link Does</h2> |
200 | 200 | <div class="grid-3"> |
201 | 201 | <div class="card"> |
202 | 202 | <h3>Field Link — Encrypted Team Sync</h3> |
203 | | - <p>Auto-discover teammates via BLE + peer-to-peer Wi-Fi. AES-256-GCM encrypted with ECDH ephemeral keys. No servers, no pairing, no configuration. Sync positions with 2-8 team members in real time.</p> |
| 203 | + <p>Auto-discover teammates via BLE on every platform with Apple Multipeer Connectivity (AWDL) on iOS and Google Play Services Nearby Connections on Android. PIN and QR sessions wrap every payload in AES-256-GCM with ECDH P-256 session keys; Open mode auto-joins for training and demos. No servers, no pairing, no configuration. Sync positions with 2-8 team members in real time.</p> |
204 | 204 | </div> |
205 | 205 | <div class="card"> |
206 | 206 | <h3>Offline MGRS Maps</h3> |
207 | | - <p>Download USGS Topo and OpenTopoMap regions. MGRS grid overlay at all zoom levels. Full offline operation with MBTiles. Never depend on cell service for maps.</p> |
| 207 | + <p>Download offline region packs from OpenStreetMap or OpenTopoMap with throttling that respects the public-tile-server usage policy. MGRS grid overlay at all zoom levels. Full offline operation with MBTiles. Native USGS / Mapbox / MapTiler integrations are on the roadmap.</p> |
208 | 208 | </div> |
209 | 209 | <div class="card"> |
210 | 210 | <h3>11 Tactical Tools</h3> |
@@ -434,15 +434,15 @@ <h2 class="section-title text-center mb-4">Frequently Asked Questions</h2> |
434 | 434 | <div style="max-width: 800px; margin: 0 auto;"> |
435 | 435 | <details class="faq-item"> |
436 | 436 | <summary>How does Field Link work?</summary> |
437 | | - <p>Field Link uses Bluetooth Low Energy and peer-to-peer Wi-Fi to auto-discover nearby teammates and share encrypted position data. No pairing, no configuration needed. AES-256-GCM encryption with ECDH P-256 ephemeral session keys means new cryptographic keys are generated for every session. Data syncs peer-to-peer with no servers involved.</p> |
| 437 | + <p>Field Link uses Bluetooth Low Energy on every platform with Apple Multipeer Connectivity (AWDL) on iOS and Google Play Services Nearby Connections on Android as a parallel higher-bandwidth transport. PIN and QR sessions wrap every payload in AES-256-GCM derived from an ECDH P-256 session key; Open mode auto-joins without encryption for training, demos, and trusted environments. Session keys are derived per session and discarded on session end. All data syncs peer-to-peer with no servers involved.</p> |
438 | 438 | </details> |
439 | 439 | <details class="faq-item"> |
440 | 440 | <summary>Does it work without cell service?</summary> |
441 | 441 | <p>Yes. Red Grid Link uses GPS satellites for positioning and Bluetooth for team sync. No cell towers, no WiFi, no internet connection required. Download your map regions over WiFi before heading out and you have full offline operation with MGRS grid overlay, all 11 tools, and team coordination.</p> |
442 | 442 | </details> |
443 | 443 | <details class="faq-item"> |
444 | 444 | <summary>What data do you collect?</summary> |
445 | | - <p>None. No accounts, no analytics, no cloud sync, no tracking. Your location data never leaves your device. Field Link session data is ephemeral and disappears when the session ends. We have no servers to store data on even if we wanted to.</p> |
| 445 | + <p>No accounts, no analytics, no advertising networks. Operational data (sessions, markers, tracks) stays on your device until you delete it. Field Link encryption keys are ephemeral and discarded on session end; the data they protected persists locally. Optional release-only crash diagnostics use Sentry with PII off and GPS coordinates stripped — opt out by using a build compiled without a Sentry DSN. We have no servers to store operational data on.</p> |
446 | 446 | </details> |
447 | 447 | <details class="faq-item"> |
448 | 448 | <summary>How is this different from ATAK?</summary> |
|
0 commit comments