2022-07-23 15:58:32 +05:30
|
|
|
# This configuration file is part of pybatmesh.
|
2021-08-18 17:33:46 +05:30
|
|
|
# To configure this program, rename this file
|
2022-07-23 15:58:32 +05:30
|
|
|
# to pybatmesh.conf and edit it.
|
2021-08-18 17:33:46 +05:30
|
|
|
# The values given here are defaults.
|
2021-08-15 15:02:28 +05:30
|
|
|
|
|
|
|
[networkd]
|
2022-07-23 15:58:32 +05:30
|
|
|
# systemd-networkd configuration files bundled with pybatmesh.
|
2021-08-15 15:02:28 +05:30
|
|
|
# THese will be copied to runtimedir at runtime.
|
2022-07-23 15:58:32 +05:30
|
|
|
confdir = /usr/share/pybatmesh/networkd
|
2021-08-15 15:02:28 +05:30
|
|
|
# systemd-networkd runtime configuration directory.
|
|
|
|
# See man:systemd.network(5)
|
|
|
|
runtimedir = /run/systemd/network
|
|
|
|
|
2021-09-27 11:27:44 +05:30
|
|
|
[device]
|
2021-09-27 12:43:09 +05:30
|
|
|
# These are better left this way
|
|
|
|
# Changing this won't do you any good, unless you have
|
|
|
|
# other network configs that would mess things up.
|
2021-09-27 11:27:44 +05:30
|
|
|
batman=bat0
|
|
|
|
bridge=bridge0
|
|
|
|
|
2021-09-27 12:43:09 +05:30
|
|
|
[gateway]
|
|
|
|
# This helps users choose the best network when multiple machines
|
|
|
|
# offer an internet connection, or to be more precise, a DHCP server
|
|
|
|
# Allowed values: auto, server, client or off
|
|
|
|
mode=auto
|
|
|
|
|
2021-08-15 15:02:28 +05:30
|
|
|
[adhoc]
|
|
|
|
# All your nodes should have the same name
|
2022-07-23 15:58:32 +05:30
|
|
|
name = pybatmesh
|
2021-08-15 15:02:28 +05:30
|
|
|
|
|
|
|
[ap]
|
|
|
|
# An AP is started if your machine has more than one WiFi adapter.
|
2022-07-23 15:58:32 +05:30
|
|
|
ssid = BatWiFi
|
2021-09-10 11:42:18 +05:30
|
|
|
# Note the spelling. It's passwd, not password.
|
2022-07-23 15:58:32 +05:30
|
|
|
passwd = pybatmesh256
|