7 Teleservice Application Framework
User Manual
101/374
Relevant sections of the configuration file:
Section: Log file path
# The logging information can be written to a log file at the following path
# By default, the path is deactivated because the corresponding line is commented out.
# Max. path length is 255
# If no path is set or deactivated, error message will be put on stdout.
Log_File /var/log/ynetworkd.log
Section: Supervising the network daemon
# Network daemon can be supervised by a watchdog (provided by the ysysd daemon).
# The time when the watchdog shall be triggered is set by "watchdog_interval".
# Min. interval and default is 120s, max. interval is 0x7FFFFFFs, recommended max. is 1000s
# If no interval is set, watchdog will be set to default (120s).
watchdog_interval 120
# System reboot path, max. path length 255. After the time has elapsed without triggering
the watchdog,
# the ysysd would kill the ynetworkd and execute the "CMDOnWatchdog" command.
# If no path is set, default (signal01.beep) will be set.
CMDOnWatchdog /sbin/reboot
Section: Connectivity
# Activate 1 / deactivate 0 connectivity at startup, default is 0.
# If the value is set to zero, the connectivity can be activated via D-Bus signal, see TAF
library.
# If value unequal 0 / 1 or not set, default will be set and an error message will be put
on stdout.
activate_connectivity 1
Section: Matrix of supervised interfaces
# With this option you can select the interfaces that shall be supervised by ynetworkd.
# Wrong interfaces will be ignored.
# Binary coded value:
# Ethernet 0100 --> 4
# WLAN 0010 --> 2
# PPP 0001 --> 1
# For example, if you want to activate all interfaces, your value is 7 (4 + 2 + 1).
# If you want to activate ETH and PPP, your value is 5 (4 + 1).
# Min. value is 1, max. value and default is 7
# If no value is set, a line is deleted, or the value is not in range, then the default
will be set and an error message
# will be put on stdout.
interface_matrix 5
Section: Matrix of priority
# The daemon will automatically try to connect with the highest prior interface.
# If it isn't possible, the daemon will switch to the next lower prior interface and so on
...
# H = High, M = Middle, L = LOW
# Min. value and default is 1, max. value is 6
# If no value is set, line is deleted or value not in range, default will be set and an
error message
# will be put on stdout.
# ETH WLAN PPP VALUE
# H M L 1
# H L M 2
Summary of Contents for TC1
Page 1: ...TC1 User Manual Version of this document V1 00r0 ...
Page 25: ...5 Hardware User Manual 25 374 5 2 2 Block Diagram Variant TC1 WIFI ...
Page 34: ...5 Hardware User Manual 34 374 5 6 Housing Connector Top view and side view Bottom View ...
Page 125: ...7 Teleservice Application Framework User Manual 125 374 TAF overview ...
Page 190: ...7 Teleservice Application Framework User Manual 190 374 How the logger mechanism works ...