mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-08 13:42:32 +05:30
Pranav Jerry
7e0fe5ef4c
The config file is now installed as /etc/naxalnet/naxalnet.conf.example by default. make uninstall now does not ask for confirmation. Added rule purge in Makefile. Updated the README. Changed order of stop commands in service file. Updated setup.cfg and docstrings.
23 lines
617 B
Plaintext
23 lines
617 B
Plaintext
# This configuration file is part of naxalnet.
|
|
# To configure this program, rename this file
|
|
# to naxalnet.conf and edit it.
|
|
# The values given here are defaults.
|
|
|
|
[networkd]
|
|
# systemd-networkd configuration files bundled with naxalnet.
|
|
# THese will be copied to runtimedir at runtime.
|
|
confdir = /usr/share/naxalnet/networkd
|
|
# systemd-networkd runtime configuration directory.
|
|
# See man:systemd.network(5)
|
|
runtimedir = /run/systemd/network
|
|
|
|
[adhoc]
|
|
# All your nodes should have the same name
|
|
name = NxMesh
|
|
|
|
[ap]
|
|
# An AP is started if your machine has more than one WiFi adapter.
|
|
ssid = MeshWiFi
|
|
passwd = naxalnet256
|
|
|