From 946d20a72c44bc570fe5ace999c5f074c2cd5a7b Mon Sep 17 00:00:00 2001 From: Pranav Jerry Date: Thu, 29 Jul 2021 22:44:01 +0530 Subject: [PATCH] Fixed typo and improved README (again) --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 10a481c..4b91d40 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ with anyone currently at risk of death in overcrowded prisons. ## Requirements -- [systemd v248 or more][batman-systemd]) +- [systemd v248 or more][batman-systemd] - Linux kernel with batman-adv module -- iwd +- [iwd][] - python3 - python-setuptools (for building) - [python-dasbus][] - wifi adapter with ad-hoc support -- two or more computers with wifi adapter, called nodes +- two or more computers, or laptops with wifi adapter, called nodes - systemd-resolved (optional, for DNS) - batctl (optional, for debugging) @@ -106,7 +106,8 @@ sudo systemctl start naxalnet.service To test if it works, run `ip -c addr` to find out your address. Note the `inet` address of `bridge0`. If there isn't one, try again after a few seconds. If the address starts with 169.254, it has -got a link-local address. +got a link-local address. Otherwise, it has got an IP address +from DHCP. ### Getting internet access @@ -218,3 +219,4 @@ license. [libremesh]: https://libremesh.org [disaster.radio]: https://disaster.radio/ [startnx]: #start-naxalnet +[iwd]: https://iwd.wiki.kernel.org "wifi daemon"