<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Elder Fernandes</title>
    <description>The latest articles on DEV Community by Elder Fernandes (@elder_fernandes_7edf9ef41).</description>
    <link>https://dev.to/elder_fernandes_7edf9ef41</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3864003%2Fb1c8c1e1-019e-4213-8c1f-61ce9ff37760.jpeg</url>
      <title>DEV Community: Elder Fernandes</title>
      <link>https://dev.to/elder_fernandes_7edf9ef41</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/elder_fernandes_7edf9ef41"/>
    <language>en</language>
    <item>
      <title>How to Build a Proximity-Based Auth System that Defeats Fake GPS using WebRTC RTT</title>
      <dc:creator>Elder Fernandes</dc:creator>
      <pubDate>Mon, 06 Apr 2026 13:49:41 +0000</pubDate>
      <link>https://dev.to/elder_fernandes_7edf9ef41/how-to-build-a-proximity-based-auth-system-that-defeats-fake-gps-using-webrtc-rtt-2cdb</link>
      <guid>https://dev.to/elder_fernandes_7edf9ef41/how-to-build-a-proximity-based-auth-system-that-defeats-fake-gps-using-webrtc-rtt-2cdb</guid>
      <description>&lt;p&gt;The Problem: GPS is easy to spoof&lt;br&gt;
We've all been there. You build a location-based system (for attendance, ticketing, or security), and within days, users find a "Fake GPS" app to bypass your geofencing. As a software engineer, I wanted a way to prove physical presence without relying on unstable satellite signals or easily spoofable coordinates.&lt;/p&gt;

&lt;p&gt;The Solution: Network Topology &amp;amp; Latency (RTT)&lt;br&gt;
Instead of asking "Where is this user?", I started asking "How close is this user to my gateway?".&lt;/p&gt;

&lt;p&gt;By using WebRTC DataChannels, we can measure the Round-Trip Time (RTT) between a client and a local server. Since radio waves travel at a constant speed, a sub-5ms latency is a physical guarantee of proximity that no VPN or GPS spoofer can fake.&lt;/p&gt;

&lt;p&gt;How it works (The Evolus Approach):&lt;br&gt;
The Handshake: The client opens a Web-only interface (no app needed).&lt;/p&gt;

&lt;p&gt;The Measurement: We establish a P2P connection via WebRTC.&lt;/p&gt;

&lt;p&gt;The Fingerprint: We analyze the local network topology (Gateway fingerprints and BSSID neighbors).&lt;/p&gt;

&lt;p&gt;The Score: Our orchestrator calculates a trust score. If the latency is ultra-low and the network environment matches, the presence is validated.&lt;/p&gt;

&lt;p&gt;Why this matters for High-Concurrency Systems&lt;br&gt;
When you are dealing with thousands of people at a stadium or a conference, 4G/5G becomes a bottleneck. By moving the authentication to the local network edge, we reduce external dependencies and speed up the validation process to milliseconds.&lt;/p&gt;

&lt;p&gt;Finalize com um "Call to Action"&lt;br&gt;
No final do post, adicione:&lt;/p&gt;

&lt;p&gt;I’ve been implementing this logic into an orchestrator called Evolus. I just launched the v7.1 on Product Hunt and I'd love to get some technical feedback from this community!&lt;/p&gt;

&lt;p&gt;Check it out here: hub.evolus.app.br&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F16lvulzvqguujbqld6dh.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F16lvulzvqguujbqld6dh.png" alt=" " width="800" height="553"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqe9vrvw7lchxk4zs1xoo.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqe9vrvw7lchxk4zs1xoo.png" alt=" " width="800" height="519"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>security</category>
      <category>showdev</category>
      <category>architecture</category>
    </item>
  </channel>
</rss>
