2022-07-23 15:58:32 +05:30
|
|
|
# pybatmesh
|
2021-05-10 13:36:30 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
**pybatmesh** is a program to create a wireless mesh network for
|
2021-10-08 22:28:01 +05:30
|
|
|
communicating with each other. It can be useful during an [internet
|
|
|
|
shutdown](#internet-shutdown), or to join [online classes](#online-class)
|
|
|
|
with a group of laptops. It uses [B.A.T.M.A.N. Advanced][batman-adv], an
|
|
|
|
implementation of the B.A.T.M.A.N. routing protocol to communicate with
|
2022-07-23 15:58:32 +05:30
|
|
|
peers.
|
2021-10-08 22:28:01 +05:30
|
|
|
|
|
|
|
**WARNING**: This program uses an **unencrypted** network. This means you do
|
|
|
|
not get any more privacy or security than with an open WiFi network.
|
2021-07-29 22:36:53 +05:30
|
|
|
|
2021-10-15 16:05:06 +05:30
|
|
|
## Features
|
|
|
|
|
|
|
|
- Select best network when multiple nodes have internet access (gateway
|
|
|
|
mode)
|
|
|
|
- Detect insertion and removal of wifi adapters and reconfigure them
|
|
|
|
- Readable logs
|
|
|
|
- Supports rfkill
|
|
|
|
|
2021-05-10 15:15:42 +05:30
|
|
|
## Requirements
|
|
|
|
|
2021-10-05 12:06:50 +05:30
|
|
|
- [systemd-networkd v248 or greater][batman-systemd]
|
|
|
|
- Linux kernel with [batman-adv v2021.0][batman-systemd] or greater
|
2021-09-04 20:00:00 +05:30
|
|
|
- [iwd][] for controlling the WiFi adapter
|
2022-02-04 12:51:07 +05:30
|
|
|
- python (tested on 3.9 and 3.10)
|
2022-07-23 15:58:32 +05:30
|
|
|
- python setuptools, for building and installing pybatmesh
|
2021-09-08 11:57:10 +05:30
|
|
|
- [python-systemd][], for logging to systemd journal
|
2021-09-04 20:00:00 +05:30
|
|
|
- [dasbus][], for communicating with iwd
|
2021-09-08 11:57:10 +05:30
|
|
|
- two or more machines with a WiFi adapter having ibss support, called
|
2021-09-04 20:00:00 +05:30
|
|
|
nodes or peers
|
2021-06-15 14:24:03 +05:30
|
|
|
- batctl (optional, for debugging)
|
2021-09-08 11:57:10 +05:30
|
|
|
- python3-pip (for installing dasbus on Debian-based distributions)
|
2021-05-10 15:15:42 +05:30
|
|
|
|
2021-05-11 12:27:58 +05:30
|
|
|
## Installing
|
|
|
|
|
2021-10-05 12:06:50 +05:30
|
|
|
This program is available in the AUR for Arch users. Users of other
|
|
|
|
distributions will have to build manually.
|
2021-08-15 15:02:28 +05:30
|
|
|
|
2021-06-11 10:15:35 +05:30
|
|
|
### Arch Linux
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
Install [pybatmesh][aur] (or [pybatmesh-git][aur-devel] for the
|
2021-06-24 17:04:31 +05:30
|
|
|
development version) from the AUR with your favourite helper:
|
2021-06-11 10:15:35 +05:30
|
|
|
|
|
|
|
```sh
|
2022-07-23 15:58:32 +05:30
|
|
|
yay -S pybatmesh
|
2021-06-11 10:15:35 +05:30
|
|
|
```
|
|
|
|
|
2021-10-05 12:06:50 +05:30
|
|
|
Optionally, [setup systemd-resolved][arch-resolved] for DNS. [Start
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh][startnx] when you need it.
|
2021-06-14 11:11:36 +05:30
|
|
|
|
2021-10-05 12:06:50 +05:30
|
|
|
### Debian or Ubuntu
|
2021-08-18 15:34:07 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh is not packaged for Debian or Ubuntu, so you will have to build
|
2021-11-08 21:20:24 +05:30
|
|
|
and install it manually. Currently, only Debian bookworm (testing) and
|
|
|
|
Ubuntu 21.10 comes with the required version of systemd. Therefore,
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh requires **Debian testing** or **Ubuntu 21.10 or greater** to
|
2021-11-08 21:20:24 +05:30
|
|
|
work.
|
2021-08-18 15:34:07 +05:30
|
|
|
|
2021-10-05 12:06:50 +05:30
|
|
|
Install the requirements from the repositories:
|
2021-08-18 15:34:07 +05:30
|
|
|
|
|
|
|
```sh
|
|
|
|
# batctl is optional
|
2022-09-13 10:12:04 +05:30
|
|
|
sudo apt install python3-pip python3-systemd python3-dasbus iwd batctl
|
2021-08-18 15:34:07 +05:30
|
|
|
```
|
|
|
|
|
|
|
|
Now follow the instructions in the
|
|
|
|
[manual installation section][install-manual]
|
|
|
|
|
|
|
|
### Fedora
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh is not packaged for Fedora, so it should be installed manually.
|
|
|
|
pybatmesh requires at least systemd v248, which is only available on
|
2022-02-04 12:51:07 +05:30
|
|
|
**Fedora 34 and above**. python-setuptools support building rpms, which
|
|
|
|
are the preferred way of installing software in Fedora. Follow the steps
|
2022-07-23 15:58:32 +05:30
|
|
|
to install pybatmesh on Fedora:
|
2021-08-18 15:34:07 +05:30
|
|
|
|
|
|
|
```sh
|
2021-10-06 19:27:32 +05:30
|
|
|
# Install the build requirements
|
|
|
|
sudo dnf install python3-setuptools make git
|
2021-10-05 15:04:19 +05:30
|
|
|
|
|
|
|
# Clone the repo
|
2022-07-23 15:58:32 +05:30
|
|
|
git clone https://git.disroot.org/pranav/pybatmesh.git
|
|
|
|
cd pybatmesh
|
2021-10-06 19:27:32 +05:30
|
|
|
|
2021-10-05 15:04:19 +05:30
|
|
|
# Create an installable rpm from the source code
|
|
|
|
make rpm
|
2021-10-06 19:27:32 +05:30
|
|
|
|
2021-10-08 22:28:01 +05:30
|
|
|
# Now install it. This will also install the requirements
|
2022-07-23 15:58:32 +05:30
|
|
|
sudo dnf install dist/pybatmesh-$(python3 -m setup --version)-1.noarch.rpm
|
2021-08-18 15:34:07 +05:30
|
|
|
```
|
|
|
|
|
2021-05-11 12:27:58 +05:30
|
|
|
### Manually
|
|
|
|
|
2021-10-05 12:06:50 +05:30
|
|
|
Verify that the [requirements][] are of required versions.
|
|
|
|
|
|
|
|
```sh
|
|
|
|
# Should be greater than or equal to 2021.0
|
|
|
|
batctl -v
|
|
|
|
|
|
|
|
# 248 or greater
|
|
|
|
systemctl --version
|
|
|
|
|
|
|
|
# Atleast 4.4
|
|
|
|
uname -r
|
|
|
|
|
|
|
|
# >= 3.6
|
|
|
|
python3 --version
|
|
|
|
|
|
|
|
# Check for IBSS (ad-hoc) support in your WiFi firmware or driver
|
2021-11-29 14:36:59 +05:30
|
|
|
iw phy | grep -q join_ibss && echo "IBSS is supported" || echo "IBSS not supported"
|
2021-10-05 12:06:50 +05:30
|
|
|
```
|
2021-08-18 15:34:07 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
Clone the pybatmesh repo and cd into it.
|
2021-05-11 13:10:31 +05:30
|
|
|
|
2021-06-19 15:53:16 +05:30
|
|
|
```sh
|
2022-07-23 15:58:32 +05:30
|
|
|
git clone https://git.disroot.org/pranav/pybatmesh.git
|
|
|
|
cd pybatmesh
|
2021-06-19 15:53:16 +05:30
|
|
|
```
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
Now, build and install pybatmesh:
|
2021-08-15 15:02:28 +05:30
|
|
|
|
|
|
|
```sh
|
2021-09-08 11:57:10 +05:30
|
|
|
make
|
2021-08-15 15:02:28 +05:30
|
|
|
sudo make install
|
|
|
|
```
|
|
|
|
|
|
|
|
After installing, reload systemd so that it detects the new
|
|
|
|
service files:
|
2021-06-04 22:27:54 +05:30
|
|
|
|
|
|
|
```sh
|
2021-05-11 12:27:58 +05:30
|
|
|
sudo systemctl daemon-reload
|
2021-05-10 15:15:42 +05:30
|
|
|
```
|
|
|
|
|
2021-09-08 11:57:10 +05:30
|
|
|
To upgrade, clean the build files, update the repo and reinstall:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
make clean
|
|
|
|
git pull
|
|
|
|
make
|
2021-10-05 12:06:50 +05:30
|
|
|
sudo make uninstall
|
|
|
|
sudo make install
|
2021-09-08 11:57:10 +05:30
|
|
|
```
|
|
|
|
|
|
|
|
This will keep the configuration files.
|
|
|
|
|
2021-06-15 14:24:03 +05:30
|
|
|
## How to use
|
2021-05-10 15:15:42 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
You need more than one machine running pybatmesh for the connection to work.
|
2021-06-15 14:24:03 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
### Start pybatmesh
|
2021-06-15 14:24:03 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
Though pybatmesh can run from the command line, it was designed to be
|
2021-08-15 15:02:28 +05:30
|
|
|
run as a systemd service.
|
2022-07-23 15:58:32 +05:30
|
|
|
To start pybatmesh, do the command on all the nodes:
|
2021-05-10 15:15:42 +05:30
|
|
|
|
2021-06-06 17:49:56 +05:30
|
|
|
```sh
|
2022-07-23 15:58:32 +05:30
|
|
|
sudo systemctl start pybatmesh.service
|
2021-05-11 12:27:58 +05:30
|
|
|
```
|
2021-05-10 15:15:42 +05:30
|
|
|
|
2021-09-29 15:14:13 +05:30
|
|
|
This will start a mesh network and connect to all nodes. To test if it
|
|
|
|
works, run `sudo batctl n -w` and check for nodes. If there are any nodes,
|
|
|
|
your network is up. Press Ctrl+C to stop `batctl`.
|
2021-06-15 14:24:03 +05:30
|
|
|
|
|
|
|
### Getting internet access
|
|
|
|
|
2021-09-29 15:14:13 +05:30
|
|
|
Connect an ethernet cable from a router to any of the nodes. Now restart
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh on the node to set `gateway_mode` to `server`. Other nodes will
|
2021-09-29 15:14:13 +05:30
|
|
|
take a minute or more to renew DHCP. You can optionally do this manually
|
|
|
|
if you don't want the delay. To do this, type
|
2021-09-08 15:52:14 +05:30
|
|
|
`sudo networkctl renew bridge0` on all nodes.
|
2021-06-15 14:24:03 +05:30
|
|
|
|
|
|
|
### Tethering via WiFi AP
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
If there are two adapters in a peer, pybatmesh will start a
|
2021-08-15 15:02:28 +05:30
|
|
|
WiFi ap (also called WiFi hotspot) on one of them.
|
2021-07-29 22:36:53 +05:30
|
|
|
|
2021-09-08 15:52:14 +05:30
|
|
|
Connect two WiFi adapters on a node.
|
|
|
|
Now an AP will be started on one of the adapters.
|
2022-07-23 15:58:32 +05:30
|
|
|
Type `pybatmesh --print-wifi` to get the WiFi SSID and password.
|
2021-08-13 11:32:42 +05:30
|
|
|
|
2021-09-08 15:52:14 +05:30
|
|
|
If you had set up internet access on one of the nodes, internet
|
2021-06-15 14:24:03 +05:30
|
|
|
can be accessed from the AP.
|
|
|
|
|
|
|
|
### Running at boot
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
To run pybatmesh at boot, enable the service on all the nodes:
|
2021-06-06 17:49:56 +05:30
|
|
|
|
|
|
|
```sh
|
2022-07-23 15:58:32 +05:30
|
|
|
sudo systemctl enable pybatmesh.service
|
2021-05-10 15:15:42 +05:30
|
|
|
```
|
2021-06-04 22:27:54 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
Now pybatmesh will start a mesh on every boot.
|
2021-10-02 14:13:53 +05:30
|
|
|
|
|
|
|
If you have NetworkManager enabled, which is the default in Ubuntu and
|
|
|
|
Fedora, it should be disabled:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
sudo systemctl disable NetworkManager.service
|
|
|
|
```
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
To stop running at boot, you should disable `pybatmesh.service`:
|
2021-06-09 17:22:20 +05:30
|
|
|
|
|
|
|
```sh
|
2022-07-23 15:58:32 +05:30
|
|
|
sudo systemctl disable pybatmesh.service
|
2021-06-09 17:22:20 +05:30
|
|
|
```
|
|
|
|
|
2021-10-02 14:13:53 +05:30
|
|
|
If you had disabled `NetworkManager` before, enable it:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
sudo systemctl enable NetworkManager.service
|
|
|
|
```
|
|
|
|
|
2021-06-23 13:48:05 +05:30
|
|
|
### Stopping the service
|
|
|
|
|
|
|
|
```sh
|
2022-07-23 15:58:32 +05:30
|
|
|
sudo systemctl stop pybatmesh iwd systemd-networkd systemd-resolved
|
2021-06-23 13:48:05 +05:30
|
|
|
```
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
If your distribution uses NetworkManager, starting `pybatmesh.service`
|
2021-06-23 13:48:05 +05:30
|
|
|
will have stopped it. Start NetworkManager again:
|
|
|
|
|
|
|
|
```sh
|
|
|
|
sudo systemctl start NetworkManager.service
|
|
|
|
```
|
|
|
|
|
2021-08-15 15:02:28 +05:30
|
|
|
### Configuration
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh comes with a sample configuration file
|
|
|
|
`/etc/pybatmesh/pybatmesh.conf.example`. To change how the program
|
|
|
|
behaves, copy it to /etc/pybatmesh/pybatmesh.conf and edit it:
|
2021-08-15 15:02:28 +05:30
|
|
|
|
|
|
|
```sh
|
2022-07-23 15:58:32 +05:30
|
|
|
sudo cp /etc/pybatmesh/pybatmesh.conf{.example,}
|
2021-08-18 17:33:46 +05:30
|
|
|
# Now edit the file with your favourite editor as root
|
2022-07-23 15:58:32 +05:30
|
|
|
gedit admin:/etc/pybatmesh/pybatmesh.conf
|
2021-08-15 15:02:28 +05:30
|
|
|
```
|
|
|
|
|
|
|
|
Also, you can change its behaviour every time you run it using
|
|
|
|
arguments:
|
|
|
|
|
|
|
|
```sh
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh --help
|
2021-08-15 15:02:28 +05:30
|
|
|
```
|
|
|
|
|
2021-10-08 22:28:01 +05:30
|
|
|
## Contributing or reporting bugs
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
See [HACKING.md](HACKING.md)
|
2021-10-30 21:54:43 +05:30
|
|
|
|
2021-06-09 17:22:20 +05:30
|
|
|
## How it works
|
|
|
|
|
2021-09-04 11:53:08 +05:30
|
|
|
There are three modes commonly supported by WiFi adapters - `ap` (WiFi
|
2021-09-08 11:57:10 +05:30
|
|
|
hotspot), `station` (for joining WiFi networks) and `ad-hoc` (or ibss, for
|
2021-09-04 11:53:08 +05:30
|
|
|
decentralised networks). There are other modes supported by some WiFi
|
|
|
|
adapters too, like `p2p` (WiFi direct), but this program doesn't use them.
|
2021-08-13 11:32:42 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh uses two modes - `ad-hoc` and `ap`, for connecting to the
|
|
|
|
mesh. pybatmesh uses iwd to start an `ad-hoc` network and configures
|
2021-08-09 12:54:41 +05:30
|
|
|
systemd-networkd to setup a BATMAN Advanced network.
|
2021-08-15 15:02:28 +05:30
|
|
|
If there are two WiFi adapters connected to the machine,
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh starts an ad-hoc on one of them and an ap on the other.
|
2021-08-13 11:32:42 +05:30
|
|
|
You can use the ap for connecting mobile phones and other devices
|
|
|
|
to the mesh network.
|
|
|
|
|
2021-09-08 15:52:14 +05:30
|
|
|
Read the code and the documentation in the code to learn the details.
|
2021-10-22 13:20:09 +05:30
|
|
|
See the directory [network](network) to see how
|
2021-08-15 15:02:28 +05:30
|
|
|
systemd-networkd configures the network.
|
2021-08-09 12:54:41 +05:30
|
|
|
|
|
|
|
## Use cases
|
|
|
|
|
2021-09-11 22:42:08 +05:30
|
|
|
### Online class
|
2021-08-09 12:54:41 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh can be used to share connections to join online classes. You need
|
2021-11-29 14:36:59 +05:30
|
|
|
at least one device with internet access if you are not using a program
|
2022-02-04 12:51:07 +05:30
|
|
|
like [Jami][] (see below).
|
2021-08-09 12:54:41 +05:30
|
|
|
|
|
|
|
### Internet shutdown
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
You can communicate with neighbouring devices running pybatmesh, using
|
2021-10-30 21:54:43 +05:30
|
|
|
services like [IPFS][], [Jami][], [Briar][] [Secure Scuttlebutt][ssb] or
|
|
|
|
similar software which can work on an intranet. They should be installed
|
|
|
|
on your machine _before_ your friendly democratic government announces an
|
|
|
|
[internet shutdown][], since you cannot download and install them during a
|
2022-07-23 15:58:32 +05:30
|
|
|
shutdown. When a shutdown occurs, [enable pybatmesh][enable-pybatmesh] and use the
|
2021-10-30 21:54:43 +05:30
|
|
|
installed software to communicate with anyone within range.
|
2021-05-10 15:15:42 +05:30
|
|
|
|
2021-05-11 12:16:32 +05:30
|
|
|
## Uninstalling
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
If you installed pybatmesh manually, use make uninstall to remove
|
|
|
|
pybatmesh and its data files. This requires python pip to be installed.
|
2021-06-04 22:27:54 +05:30
|
|
|
|
|
|
|
```sh
|
2021-08-19 12:03:20 +05:30
|
|
|
# Uninstall the program, keeping the config files
|
2021-08-14 22:00:07 +05:30
|
|
|
sudo make uninstall
|
2021-08-19 12:03:20 +05:30
|
|
|
# Or, to uninstall and remove config files
|
|
|
|
sudo make purge
|
2021-05-11 12:27:58 +05:30
|
|
|
```
|
2021-06-04 22:27:54 +05:30
|
|
|
|
2021-06-19 12:40:08 +05:30
|
|
|
## Similar projects
|
|
|
|
|
2021-09-04 11:53:08 +05:30
|
|
|
Many projects make setting up B.A.T.M.A.N. Advanced mesh networks with
|
|
|
|
WiFi routers easier. They are easier to setup and are more
|
2022-07-23 15:58:32 +05:30
|
|
|
configurable. But pybatmesh is different from them. It simplifies
|
2021-09-08 15:52:14 +05:30
|
|
|
setting up mesh networks with _laptops or computers_, and was not
|
|
|
|
made to work with routers.
|
2021-09-04 11:53:08 +05:30
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
The following projects does something similar to pybatmesh, but
|
2021-09-04 11:53:08 +05:30
|
|
|
requires special devices or routers to work. If you live in an area
|
2021-09-08 15:52:14 +05:30
|
|
|
where the materials are easily available, consider using them instead
|
2022-07-23 15:58:32 +05:30
|
|
|
of pybatmesh.
|
2021-06-23 13:48:05 +05:30
|
|
|
|
2021-08-13 11:32:42 +05:30
|
|
|
- [LibreMesh][]: framework for OpenWrt-based firmwares
|
2021-06-19 12:40:08 +05:30
|
|
|
- [disaster.radio][]: solar-powered communications network
|
|
|
|
|
2021-06-06 11:25:37 +05:30
|
|
|
## License
|
|
|
|
|
2022-07-23 15:58:32 +05:30
|
|
|
pybatmesh is [free/libre/swatantra][free-sw] and open source software;
|
2021-08-13 11:32:42 +05:30
|
|
|
you can redistribute it and/or modify it under the terms of the GNU
|
|
|
|
General Public License as published by the Free Software Foundation,
|
2024-08-13 11:00:32 +05:30
|
|
|
either version 3 of the License, or (at your option) any later version.
|
2021-06-06 11:25:37 +05:30
|
|
|
|
2021-08-09 12:54:41 +05:30
|
|
|
See [LICENSE](LICENSE) for the complete version of the license.
|
2021-06-06 11:25:37 +05:30
|
|
|
|
2021-06-09 17:22:20 +05:30
|
|
|
[batman-adv]: https://www.open-mesh.org/projects/batman-adv/wiki
|
2021-08-08 22:20:05 +05:30
|
|
|
[internet shutdown]: https://internetshutdowns.in
|
2021-08-02 18:26:14 +05:30
|
|
|
[ipfs]: https://ipfs.io "InterPlanetary File System"
|
2021-07-29 22:36:53 +05:30
|
|
|
[jami]: https://jami.net "Peer to peer video calls"
|
|
|
|
[ssb]: https://scuttlebutt.nz "Secure Scuttlebutt"
|
2021-10-30 21:54:43 +05:30
|
|
|
[briar]: https://briarproject.org/
|
2021-08-15 15:02:28 +05:30
|
|
|
[dasbus]: https://github.com/rhinstaller/dasbus "A python D-Bus library"
|
2022-07-23 15:58:32 +05:30
|
|
|
[aur]: https://aur.archlinux.org/packages/pybatmesh
|
|
|
|
[aur-devel]: https://aur.archlinux.org/packages/pybatmesh-git
|
2021-08-02 18:26:14 +05:30
|
|
|
[arch-resolved]: https://wiki.archlinux.org/title/Systemd-resolved#DNS "systemd-resolved on ArchWiki"
|
|
|
|
[batman-systemd]: https://www.open-mesh.org/news/101 "systemd v248 brings support for batman advanced"
|
2021-06-19 12:40:08 +05:30
|
|
|
[libremesh]: https://libremesh.org
|
2021-08-08 22:20:05 +05:30
|
|
|
[disaster.radio]: https://disaster.radio
|
2022-07-23 15:58:32 +05:30
|
|
|
[startnx]: #start-pybatmesh
|
2021-08-15 15:02:28 +05:30
|
|
|
[iwd]: https://iwd.wiki.kernel.org "WiFi daemon"
|
2021-08-01 16:58:48 +05:30
|
|
|
[free-sw]: https://gnu.org/philosophy/free-sw.html "What is free software?"
|
2022-07-23 15:58:32 +05:30
|
|
|
[enable-pybatmesh]: #running-at-boot
|
2021-08-18 15:34:07 +05:30
|
|
|
[requirements]: #requirements
|
|
|
|
[install-manual]: #manually
|
2021-10-30 21:54:43 +05:30
|
|
|
[python-systemd]: https://github.com/systemd/python-systemd
|