mirror of
https://git.disroot.org/pranav/pybatmesh.git
synced 2024-11-30 10:42:15 +05:30
Pranav Jerry
2a8930ce00
I don't use IPFS anymore. If anyone if willing to maintain a copy of this repo on ipfs, send me an email. Small change in CHANGELOG, and edited comments in systemd service. And added a docstring to setup.py so the editor won't complain of missing docstring anymore.
24 lines
665 B
Plaintext
24 lines
665 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
|
|
# Note the spelling. It's passwd, not password.
|
|
passwd = naxalnet256
|
|
|