made how it works section more legible in README.md

This commit is contained in:
Pranav Jerry 2021-08-10 13:20:27 +05:30
parent e24ff03e0c
commit 90464f0304
No known key found for this signature in database
GPG Key ID: F1DCDC4FED0A0C5B

View File

@ -163,9 +163,11 @@ sudo systemctl start NetworkManager.service
## How it works
There are three modes commonly supported by wifi adapters -
`ap` (wifi hotspot), `station` (for joining wifi networks) and `ad-hoc`
(for decentralised networks).
naxalnet uses iwd to start an `ad-hoc` network and configures
systemd-networkd to setup a BATMAN Advanced network.
`ad-hoc` is a mode in wifi adapters for starting a mesh network.
Read the code to learn the details.
See [systemd-networkd](systemd-networkd) to see how systemd-networkd
configures the network.
@ -175,7 +177,7 @@ configures the network.
### Online class in remote areas
naxalnet can be used to share connections in remote areas.
You need atleast one device with internet access.
You need at least one device with internet access.
### Internet shutdown