lede-packages-rs

git clone git://archive.git.mtrnord.blog/MTRNord/lede-packages-rs.git
Log | Files | Refs | README | LICENSE

knxd.config (1776B)


      1 config daemon args
      2 	# driver:[arg]  a Layer-2 driver to use (knxd supports more than one)
      3 	option layer2 ""
      4 	# enable caching of group communication networkstate
      5 	option GroupCache 0
      6 	# FILE start the programm as daemon. Output will be written to FILE if given
      7 	option daemon "/var/log/knxd.log"
      8 	#enable the EIBnet/IP server to answer discovery and description requests (SEARCH, DESCRIPTION)
      9 	option Discovery 1
     10 	# EIBADDR set our EIB address to EIBADDR (default 0.0.1)
     11 	option eibaddr "0.0.1"
     12 	# CLIENT-ADDRS assign addresses ADDRSTART through ADDRSTART+n
     13 	option client-addrs "0.0.2:10"
     14 	# LEVEL set error level
     15 	option error 0
     16 	# PORT listen at TCP port PORT (default 6720)
     17 	option listen_tcp "6720"
     18 	# Interface to use
     19 	option Interface ""
     20 	# wait while sending
     21 	option send-delay ""
     22 	# SERVERNAME name of the EIBnet/IP server (default is 'knxd')
     23 	option Name "OpenWrt"
     24 	# the next Layer2 interface may not enter monitor mode
     25 	option no_monitor 0
     26 	# enable EIBnet/IP Routing in the EIBnet/IP server
     27 	option Routing 0
     28 	# [ip[:port]] starts an EIBnet/IP multicast server
     29 	option Server 1
     30 	# MASK set trace flags (bitmask)
     31 	option trace 0
     32 	# tpuarts backend should generate L2 acks for all group telegrams
     33 	option tpuarts_ack_all_group 0
     34 	# tpuarts backend should generate L2 acks for all individual telegrams
     35 	option tpuarts_ack_all_individual 0
     36 	# tpuarts backend should should use a full interface reset (for Disch TPUART interfaces)
     37 	option tpuarts_disch_reset 0
     38 	# enable EIBnet/IP Tunneling in the EIBnet/IP server
     39 	option Tunnelling 1
     40 	# FILE  listen at Unix domain socket FILE (default /tmp/eib)
     41 	option listen_local "/var/run/knxd"
     42 	# example with tpuarts interface
     43 	# option url 'tpuarts:/dev/ttyAMA0'
     44 	# example with IP interface in tunnel mode
     45 	option url 'ip:'