mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-01 12:41:52 +05:30
Fixed typo and improved README (again)
This commit is contained in:
parent
7b7ce8044b
commit
946d20a72c
10
README.md
10
README.md
@ -41,14 +41,14 @@ with anyone currently at risk of death in overcrowded prisons.
|
|||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
- [systemd v248 or more][batman-systemd])
|
- [systemd v248 or more][batman-systemd]
|
||||||
- Linux kernel with batman-adv module
|
- Linux kernel with batman-adv module
|
||||||
- iwd
|
- [iwd][]
|
||||||
- python3
|
- python3
|
||||||
- python-setuptools (for building)
|
- python-setuptools (for building)
|
||||||
- [python-dasbus][]
|
- [python-dasbus][]
|
||||||
- wifi adapter with ad-hoc support
|
- 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)
|
- systemd-resolved (optional, for DNS)
|
||||||
- batctl (optional, for debugging)
|
- 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.
|
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
|
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
|
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
|
### Getting internet access
|
||||||
|
|
||||||
@ -218,3 +219,4 @@ license.
|
|||||||
[libremesh]: https://libremesh.org
|
[libremesh]: https://libremesh.org
|
||||||
[disaster.radio]: https://disaster.radio/
|
[disaster.radio]: https://disaster.radio/
|
||||||
[startnx]: #start-naxalnet
|
[startnx]: #start-naxalnet
|
||||||
|
[iwd]: https://iwd.wiki.kernel.org "wifi daemon"
|
||||||
|
Loading…
Reference in New Issue
Block a user