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
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
1 changed files with 4 additions and 2 deletions

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.