<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
    <title>mesh</title>
    <link rel="self" type="application/atom+xml" href="https://links.biapy.com/guest/tags/258/feed"/>
    <updated>2026-04-19T08:11:04+00:00</updated>
    <id>https://links.biapy.com/guest/tags/258/feed</id>
            <entry>
            <id>https://links.biapy.com/links/12476</id>
            <title type="text"><![CDATA[Mesh LLM]]></title>
            <link rel="alternate" href="https://github.com/michaelneale/mesh-llm" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/12476"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[reference impl with llama.cpp compiled to distributed inference across machines, with real end to end demo.

Mesh LLM lets you pool spare GPU capacity across machines and expose the result as one OpenAI-compatible API.

If a model fits on one machine, it runs there. If it does not, Mesh LLM automatically spreads the work across the mesh.

Related contents:

- [Episode 661: Sink Your Claws In @ Linux Unplugged](https://linuxunplugged.com/661).]]>
            </summary>
            <updated>2026-04-09T06:08:02+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11979</id>
            <title type="text"><![CDATA[Reticulum Network]]></title>
            <link rel="alternate" href="https://reticulum.network/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11979"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Reticulum is the cryptography-based networking stack for building local and wide-area networks with readily available hardware. Reticulum can continue to operate even in adverse conditions with very high latency and extremely low bandwidth.

Related contents:

- [Reticulum - Le réseau mesh chiffré qui n&amp;#039;a besoin de rien @ Korben :fr:](https://korben.info/reticulum-reseau-mesh-off-grid.html).]]>
            </summary>
            <updated>2026-03-02T10:11:38+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/11468</id>
            <title type="text"><![CDATA[wgautomesh]]></title>
            <link rel="alternate" href="https://git.deuxfleurs.fr/Deuxfleurs/wgautomesh" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/11468"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A simple utility to help connect wireguard nodes together in a full mesh topology.

wgautomesh is a simple utility to help configure a full-mesh wireguard network. It does not assume that all nodes have a publicly reachable address. It uses a gossip protocol to broadcast the endpoint addresses nodes use to talk to one another. This way, even if nodes A and B are not able to communicate directly initially (both behind NAT), if they can both communicate with node C then they will indirectly be able to know each other&amp;#039;s NAT-ed address and port. They will then try to connect to one another using those addresses, which should allow NAT hole punching.]]>
            </summary>
            <updated>2026-01-15T07:41:37+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/108</id>
            <title type="text"><![CDATA[meshSidecar]]></title>
            <link rel="alternate" href="https://github.com/noblepayne/meshSidecar" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/108"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Mesh network sidecars for NixOS Services.

meshSidecar provides a flexible way to integrate mesh networking capabilities with NixOS services. It allows services to participate in mesh networks without requiring direct modification of the service itself.

Related contents:

- [Episode 614: Self-Hosted Location Tracking @ Linux Unplugged](https://linuxunplugged.com/614).
- [TXLF 2025 Sat Oct 4 - Mesh Network Sidecars for NixOS Services
  @ Texas Linux Fest&amp;#039;s YouTube](https://www.youtube.com/watch?v=q_rjuD_TC_E).]]>
            </summary>
            <updated>2025-10-08T05:49:01+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/264</id>
            <title type="text"><![CDATA[Nebula]]></title>
            <link rel="alternate" href="https://nebula.defined.net/docs/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/264"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[A scalable overlay networking tool with a focus on performance, simplicity and security.

Nebula is a scalable overlay networking tool with a focus on performance, simplicity and security. It lets you seamlessly connect computers anywhere in the world. Nebula is portable, and runs on Linux, OSX, Windows, iOS, and Android. It can be used to connect a small number of computers, but is also able to connect tens of thousands of computers.

- [Nebula @ GitHub](https://github.com/slackhq/nebula).

Related contents:

- [Episode 624: Tiny PC, Huge Problems @ Linux Unplugged](https://linuxunplugged.com/624).
- [Episode 625: They&amp;#039;re Doing it Wrong! @ Linux Unplugged](https://linuxunplugged.com/625).
- [Using Experimental Lighthouse DNS with Nebula @ Nebula Docs](https://nebula.defined.net/docs/guides/using-lighthouse-dns/).]]>
            </summary>
            <updated>2025-09-25T06:21:31+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/412</id>
            <title type="text"><![CDATA[bitchat]]></title>
            <link rel="alternate" href="https://bitchat.free/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/412"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[bluetooth mesh chat, IRC vibes.

A secure, decentralized, peer-to-peer messaging app that works over Bluetooth mesh networks. No internet required, no servers, no phone numbers - just pure encrypted communication.

- [bitchat @ GitHub](https://github.com/permissionlesstech/bitchat).
- [bitchat for Android @ GitHub](https://github.com/permissionlesstech/bitchat-android).

Related contents:

- [A Guide To bitchat version 1.2-1.3  @ r/bitchat](https://www.reddit.com/r/bitchat/comments/1n15rwt/a_guide_to_bitchat_version_1213/).
- [Jack Dorsey launches a WhatsApp messaging rival built on Bluetooth @ CNBC](https://www.cnbc.com/2025/07/07/jack-dorsey-whatsapp-bluetooth.html).
- [Jack Dorsey says his ‘secure’ new Bitchat app has not been tested for security @ TechCrunch](https://techcrunch.com/2025/07/09/jack-dorsey-says-his-secure-new-bitchat-app-has-not-been-tested-for-security/).
- [Episode 623: 50 Days of Blue @ Linux Unplugged](https://linuxunplugged.com/623).
- [Episode 634: Config Confessions @ Linux Unplugged](https://linuxunplugged.com/634).
- [What Your Bluetooth Devices Reveal About You @ dmcc.io](https://blog.dmcc.io/journal/2026-bluetooth-privacy-bluehood/).]]>
            </summary>
            <updated>2026-02-24T07:30:48+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/4153</id>
            <title type="text"><![CDATA[Meshtastic]]></title>
            <link rel="alternate" href="https://meshtastic.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/4153"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[An open source, off-grid, decentralized, mesh network built to run on affordable, low-power devices.

Meshtastic® is a project that lets you use inexpensive LoRa radios as a long range off-grid communicator for areas without reliable cellular service. These radios are great for hiking, skiing, paragliding - essentially any hobby where you don&amp;#039;t have reliable internet access. Each member of the mesh can send and view text messages and enable optional GPS based location features.

- [Meshtastic @ GitHub](https://github.com/meshtastic).
- [Episode 584 - Captain Meshtastic and the Solar Cowboy @ Linux Unplugged](https://linuxunplugged.com/584).
- [Episode 125 - Tiny Mini Micro Systems FTW @ Self Hosted Podcast](https://selfhosted.show/125).
- [France public channel @ Meshtastic&amp;#039;s Discourse](https://meshtastic.discourse.group/t/france-public-channel/10230/1).
- [Connaissez-vous le réseau MESHTASTIC ? et sa version GAULIX ? @ Framboise 314 :fr:](https://www.framboise314.fr/connaissez-vous-le-reseau-meshtastic-et-sa-version-gaulix/).
- [Episode \#117: Retreat to attack @ Changelog &amp;amp; Friends](https://changelog.com/friends/117).
- [Meshtastic - Le réseau mesh radio qui fonctionne même quand tout s&amp;#039;effondre @ Korben :fr:](https://korben.info/meshtastic-reseau-mesh-radio-survie-catastrophe.html).
- [Gadgets For People Who Don&amp;#039;t Trust The Government @ Benn Jordan&amp;#039;s YouTube](https://www.youtube.com/watch?v=W_F4rEaRduk).]]>
            </summary>
            <updated>2026-01-12T08:24:07+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/5589</id>
            <title type="text"><![CDATA[Thread]]></title>
            <link rel="alternate" href="https://www.threadgroup.org/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/5589"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[Thread is a low-power and low-latency wireless mesh networking protocol built using open and proven standards. Thread solves the complexities of the IoT, addressing challenges such as interoperability, range, security, energy, and reliability. Thread networks have no single point of failure and include the ability to self-heal.]]>
            </summary>
            <updated>2025-08-29T07:28:14+00:00</updated>
        </entry>
            <entry>
            <id>https://links.biapy.com/links/6352</id>
            <title type="text"><![CDATA[Yggdrasil Network]]></title>
            <link rel="alternate" href="https://yggdrasil-network.github.io/" />
            <link rel="via" type="application/atom+xml" href="https://links.biapy.com/links/6352"/>
            <author>
                <name><![CDATA[Biapy]]></name>
            </author>
            <summary type="text">
                <![CDATA[End-to-end encrypted IPv6 networking to connect worlds.
Yggdrasil is an overlay network implementation of a new routing scheme for mesh networks. It is designed to be a future-proof decentralised alternative to the structured routing protocols commonly used today on the Internet and other networks.]]>
            </summary>
            <updated>2025-08-29T09:37:14+00:00</updated>
        </entry>
    </feed>
