<?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: Michael Volchenkov</title>
    <description>The latest articles on DEV Community by Michael Volchenkov (@mwgg).</description>
    <link>https://dev.to/mwgg</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.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4140987%2F5b7a0a63-27a5-4fc1-a72a-b1c7ff1047b0.png</url>
      <title>DEV Community: Michael Volchenkov</title>
      <link>https://dev.to/mwgg</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mwgg"/>
    <language>en</language>
    <item>
      <title>I built LibrePing — decentralized uptime monitoring on a libp2p mesh</title>
      <dc:creator>Michael Volchenkov</dc:creator>
      <pubDate>Thu, 24 Sep 2026 10:17:50 +0000</pubDate>
      <link>https://dev.to/mwgg/i-built-libreping-decentralized-uptime-monitoring-on-a-libp2p-mesh-odo</link>
      <guid>https://dev.to/mwgg/i-built-libreping-decentralized-uptime-monitoring-on-a-libp2p-mesh-odo</guid>
      <description>&lt;h1&gt;
  
  
  I built LibrePing — decentralized uptime monitoring on a libp2p mesh
&lt;/h1&gt;

&lt;p&gt;Commercial uptime tools are great until you care about &lt;em&gt;who&lt;/em&gt; sees your check targets, or you want vantage points you actually control. I wanted something closer to a community mesh than a SaaS control plane.&lt;/p&gt;

&lt;h2&gt;
  
  
  What LibrePing is
&lt;/h2&gt;

&lt;p&gt;LibrePing is &lt;strong&gt;AGPL-3.0&lt;/strong&gt;, written in &lt;strong&gt;Go&lt;/strong&gt;, and uses &lt;strong&gt;libp2p&lt;/strong&gt; so hubs gossip checks and results peer-to-peer. Probes run HTTP(S), TCP, DNS, TLS cert, ICMP, and traceroute checks from wherever you put them.&lt;/p&gt;

&lt;p&gt;Highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No central company server for the mesh&lt;/li&gt;
&lt;li&gt;Deduplicated checks (same URL added by many people is monitored once and shared)&lt;/li&gt;
&lt;li&gt;Browser key = account (no signup); recovery phrase&lt;/li&gt;
&lt;li&gt;Signed everything; sealed alert destinations (ntfy / Discord / Slack / webhook)&lt;/li&gt;
&lt;li&gt;Probe failover across hubs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Live demo (no signup):&lt;/strong&gt; &lt;a href="https://nl.lp.mw.gg" rel="noopener noreferrer"&gt;https://nl.lp.mw.gg&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/mwgg/LibrePing" rel="noopener noreferrer"&gt;https://github.com/mwgg/LibrePing&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/mwgg/LibrePing.git
&lt;span class="nb"&gt;cd &lt;/span&gt;LibrePing
docker compose up &lt;span class="nt"&gt;-d&lt;/span&gt; &lt;span class="nt"&gt;--build&lt;/span&gt;
&lt;span class="c"&gt;# open http://localhost:8081&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Why libp2p
&lt;/h2&gt;

&lt;p&gt;Gossip + anti-entropy means a hub that joins late can catch up instead of only seeing new traffic. Results are sharded across hubs so the network can grow without every node storing everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I want feedback on
&lt;/h2&gt;

&lt;p&gt;Probe trust / abuse resistance, alert UX, and whether hub operators would actually run public entry points. Issues and PRs welcome.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>opensource</category>
      <category>go</category>
      <category>devops</category>
    </item>
    <item>
      <title>I built LibrePing — decentralized uptime monitoring on a libp2p mesh</title>
      <dc:creator>Michael Volchenkov</dc:creator>
      <pubDate>Thu, 24 Sep 2026 10:08:42 +0000</pubDate>
      <link>https://dev.to/mwgg/i-built-libreping-decentralized-uptime-monitoring-on-a-libp2p-mesh-nk1</link>
      <guid>https://dev.to/mwgg/i-built-libreping-decentralized-uptime-monitoring-on-a-libp2p-mesh-nk1</guid>
      <description>&lt;p&gt;Commercial uptime tools are great until you care about &lt;em&gt;who&lt;/em&gt; sees your check targets, or you want vantage points you actually control. I wanted something closer to a community mesh than a SaaS control plane.&lt;/p&gt;

&lt;h2&gt;
  
  
  What LibrePing is
&lt;/h2&gt;

&lt;p&gt;LibrePing is &lt;strong&gt;AGPL-3.0&lt;/strong&gt;, written in &lt;strong&gt;Go&lt;/strong&gt;, and uses &lt;strong&gt;libp2p&lt;/strong&gt; so hubs gossip checks and results peer-to-peer. Probes run HTTP(S), TCP, DNS, TLS cert, ICMP, and traceroute checks from wherever you put them.&lt;/p&gt;

&lt;p&gt;Highlights:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No central company server for the mesh&lt;/li&gt;
&lt;li&gt;Deduplicated checks (same URL added by many people is monitored once and shared)&lt;/li&gt;
&lt;li&gt;Browser key = account (no signup); recovery phrase&lt;/li&gt;
&lt;li&gt;Signed everything; sealed alert destinations (ntfy / Discord / Slack / webhook)&lt;/li&gt;
&lt;li&gt;Probe failover across hubs&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Live demo (no signup):&lt;/strong&gt; &lt;a href="https://nl.lp.mw.gg" rel="noopener noreferrer"&gt;https://nl.lp.mw.gg&lt;/a&gt;&lt;br&gt;&lt;br&gt;
&lt;strong&gt;Repo:&lt;/strong&gt; &lt;a href="https://github.com/mwgg/LibrePing" rel="noopener noreferrer"&gt;https://github.com/mwgg/LibrePing&lt;/a&gt;&lt;br&gt;
&lt;/p&gt;

&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight shell"&gt;&lt;code&gt;git clone https://github.com/mwgg/LibrePing.git
&lt;span class="nb"&gt;cd &lt;/span&gt;LibrePing
docker compose up &lt;span class="nt"&gt;-d&lt;/span&gt; &lt;span class="nt"&gt;--build&lt;/span&gt;
&lt;span class="c"&gt;# open http://localhost:8081&lt;/span&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;



&lt;h2&gt;
  
  
  Why libp2p
&lt;/h2&gt;

&lt;p&gt;Gossip + anti-entropy means a hub that joins late can catch up instead of only seeing new traffic. Results are sharded across hubs so the network can grow without every node storing everything.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I want feedback on
&lt;/h2&gt;

&lt;p&gt;Probe trust / abuse resistance, alert UX, and whether hub operators would actually run public entry points. Issues and PRs welcome.&lt;/p&gt;

</description>
      <category>showdev</category>
      <category>go</category>
      <category>opensource</category>
      <category>devops</category>
    </item>
  </channel>
</rss>
