not maintained anymore

If anyone is interested to takeover naxalnet, see #8
This commit is contained in:
Pranav Jerry 2022-02-04 12:51:07 +05:30
parent fad2591b9f
commit 38d0aa8ab5
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
1 changed files with 9 additions and 6 deletions

View File

@ -1,5 +1,8 @@
# naxalnet
I no longer maintain this project. The last commit was on December
10, 2021. See issue #8
**naxalnet** is a program to create a wireless mesh network for
communicating with each other. It can be useful during an [internet
shutdown](#internet-shutdown), or to join [online classes](#online-class)
@ -49,7 +52,7 @@ nation-state. .
- [systemd-networkd v248 or greater][batman-systemd]
- Linux kernel with [batman-adv v2021.0][batman-systemd] or greater
- [iwd][] for controlling the WiFi adapter
- python (tested only on 3.9)
- python (tested on 3.9 and 3.10)
- python setuptools, for building and installing naxalnet
- [python-systemd][], for logging to systemd journal
- [dasbus][], for communicating with iwd
@ -98,10 +101,10 @@ Now follow the instructions in the
### Fedora
naxalnet is not packaged for Fedora, so it should be installed manually.
naxalnet requires atleast systemd v248, which is only available on **Fedora
34 and above**. python-setuptools support building rpms, which are the
preferred way of installing software in Fedora. Follow the steps to
install naxalnet on Fedora:
naxalnet requires at least systemd v248, which is only available on
**Fedora 34 and above**. python-setuptools support building rpms, which
are the preferred way of installing software in Fedora. Follow the steps
to install naxalnet on Fedora:
```sh
# Install the build requirements
@ -302,7 +305,7 @@ systemd-networkd configures the network.
naxalnet can be used to share connections to join online classes. You need
at least one device with internet access if you are not using a program
like [Jami][].
like [Jami][] (see below).
<!--