From c8f032a3d08b0a6318bd23215fee81a1cfb6c2c3 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Sat, 11 Sep 2021 22:42:08 +0530 Subject: [PATCH] couple of changes, see full commit message * make will now build every time naxalnet/__init__.py is changed. * Changed content related to online classes in README.md. It seems online classes are a luxury even in urban areas in some parts of India. * Added argument -V as alias for --verbose --- Makefile | 2 +- README.md | 7 +++---- naxalnet/__init__.py | 2 +- naxalnet/config.py | 1 + 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Makefile b/Makefile index 31a5e20..c5b5f46 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ DESTDIR:= / all: build -build: +build: naxalnet/__init__.py $(PYTHON) setup.py build install: build diff --git a/README.md b/README.md index 862e999..f75f134 100644 --- a/README.md +++ b/README.md @@ -3,8 +3,7 @@ **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-in-remote-areas) with a group -of laptops. +[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 peers. The name naxal comes from Naxalbari, a village in Darjeeling, @@ -246,9 +245,9 @@ systemd-networkd configures the network. ## Use cases -### Online class in remote areas +### Online class -naxalnet can be used to share connections in remote areas. +naxalnet can be used to share connections to join online classes. You need at least one device with internet access.