From e24ff03e0c25368da5f796427049b8b664506e22 Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Mon, 9 Aug 2021 21:46:10 +0530 Subject: [PATCH] Updated how it works section in README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8db55e9..4b5bc53 100644 --- a/README.md +++ b/README.md @@ -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.