mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2025-01-09 08:23:58 +05:30
updated readme, changelog
prepare to merge to master
This commit is contained in:
parent
704fe646f8
commit
26a907d907
@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## [Unreleased][] - 2021-10-22
|
||||||
|
|
||||||
|
- Fixed stopping at boot when GNOME starts location service (#21)
|
||||||
|
|
||||||
## [v0.5.0][] - 2021-10-10
|
## [v0.5.0][] - 2021-10-10
|
||||||
|
|
||||||
- Better error messages
|
- Better error messages
|
||||||
|
11
README.md
11
README.md
@ -219,15 +219,6 @@ sudo systemctl enable naxalnet.service
|
|||||||
|
|
||||||
Now naxalnet will start a mesh on every boot.
|
Now naxalnet will start a mesh on every boot.
|
||||||
|
|
||||||
<!--
|
|
||||||
If you use GNOME, you should mask `wpa_supplicant.service` so that it
|
|
||||||
cannot be started by systemd. See issue #21
|
|
||||||
|
|
||||||
```sh
|
|
||||||
sudo systemctl mask wpa_supplicant.service
|
|
||||||
```
|
|
||||||
-->
|
|
||||||
|
|
||||||
If you have NetworkManager enabled, which is the default in Ubuntu and
|
If you have NetworkManager enabled, which is the default in Ubuntu and
|
||||||
Fedora, it should be disabled:
|
Fedora, it should be disabled:
|
||||||
|
|
||||||
@ -299,7 +290,7 @@ You can use the ap for connecting mobile phones and other devices
|
|||||||
to the mesh network.
|
to the mesh network.
|
||||||
|
|
||||||
Read the code and the documentation in the code to learn the details.
|
Read the code and the documentation in the code to learn the details.
|
||||||
See the directory [systemd-networkd](systemd-networkd) to see how
|
See the directory [network](network) to see how
|
||||||
systemd-networkd configures the network.
|
systemd-networkd configures the network.
|
||||||
|
|
||||||
## Use cases
|
## Use cases
|
||||||
|
@ -42,4 +42,4 @@ given below.
|
|||||||
#
|
#
|
||||||
# In case you forgot to change the version, skip the number
|
# In case you forgot to change the version, skip the number
|
||||||
# and put the next number in the next commit.
|
# and put the next number in the next commit.
|
||||||
__version__ = "0.5.0a1.dev6"
|
__version__ = "0.5.0a2"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user