Updated how it works section in README.md

This commit is contained in:
Pranav Jerry 2021-08-09 21:46:10 +05:30
parent 2f97bab5cf
commit e24ff03e0c
Signed by: pranav
GPG Key ID: F1DCDC4FED0A0C5B
1 changed files with 2 additions and 1 deletions

View File

@ -163,8 +163,9 @@ sudo systemctl start NetworkManager.service
## How it works
naxalnet uses iwd to start an ad-hoc network and configures
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.