Skip to content
Snippets Groups Projects
  • Linus Lüssing's avatar
    102d5d48
    docs: remove unrelated draft link to open-mesh.org in README · 102d5d48
    Linus Lüssing authored
    This was an idea (thought experiment?) from a Wireless Battlemesh ages
    ago between batman-adv devs. Regarding what could be done to interconnect
    isolated/separate WiFi mesh clouds on layer 3 without losing best path
    metric information, without worsening/compromising on the best route decision.
    And as a more sophisticated approach to the batman-adv gateway feature and
    a potential replacement for tunneled batman-adv over VPN connections.
    
    Which is the opposite of what the sentence in this Gluon README
    is saying. And this never got implemented in either batman-adv nor Gluon.
    
    Therefore removing this link to this old draft page.
    102d5d48
    History
    docs: remove unrelated draft link to open-mesh.org in README
    Linus Lüssing authored
    This was an idea (thought experiment?) from a Wireless Battlemesh ages
    ago between batman-adv devs. Regarding what could be done to interconnect
    isolated/separate WiFi mesh clouds on layer 3 without losing best path
    metric information, without worsening/compromising on the best route decision.
    And as a more sophisticated approach to the batman-adv gateway feature and
    a potential replacement for tunneled batman-adv over VPN connections.
    
    Which is the opposite of what the sentence in this Gluon README
    is saying. And this never got implemented in either batman-adv nor Gluon.
    
    Therefore removing this link to this old draft page.
README.md 3.37 KiB

Build Gluon License GitHub release (latest SemVer)

Gluon

Gluon is a firmware framework to build preconfigured OpenWrt images for public mesh networks.

Overview

Gluon provides an easy-to-use firmware for a public, decentral WLAN and/or wire based mesh network. Common network capable devices, like smartphones, laptops or desktop PCs can connect to the mesh network and communicate over it, without the need of passwords for access and without the need of installing special software. Additionally, internet access and merging mesh clouds can be accomplished over a WAN through VPN connected gateways.

Gluon's features include:

  • a decentral mesh network
  • easy configuration mode for less techy users
  • community-specific technical settings and customizations through a common site.conf and site.mk
  • ecdsa signature-based autoupdater
  • node status web page
  • publication of node information + statistics through respondd
  • a variety of preconfigured mesh and VPN protocols:

Supported mesh protocols:

  • batman-adv (BATMAN IV fully, BATMAN V partially)
  • OLSRv2 (partially)

Supported protocols for node-to-node connections:

  • WLAN: 802.11s (with forwarding disabled)
  • WAN: VPNs via fastd and Wireguard
  • LAN: via VXLAN

Getting started

We have a huge amount of documentation over at https://gluon.readthedocs.io/.

If you're new to Gluon and ready to get your feet wet, have a look at the Getting Started Guide.

Gluon's developers frequent an IRC chatroom at #gluon on hackint. There is also a webchat that allows for uncomplicated access from within your browser. This channel is also available as a bridged Matrix Room at #gluon:hackint.org.

Issues & Feature requests

Before opening an issue, make sure to check whether any existing issues (open or closed) match. If you're suggesting a new feature, drop by on IRC or our mailinglist to discuss it first.

We maintain a Roadmap for the future development of Gluon.

Use a release!

Please refrain from using the master branch for anything else but development purposes! Use the most recent release instead. You can list all releases by running git tag and switch to one by running git checkout v2023.1.1 && make update.