|
@@ -0,0 +1,12 @@
|
|
1
|
+config daemon args
|
|
2
|
+ # daemon is started as 'knxd $options $url'
|
|
3
|
+ # use 'knxd --help' to get all possible options'
|
|
4
|
+ #
|
|
5
|
+ # typical example for options for tunnel mode
|
|
6
|
+ option options '-D -T -S -d/tmp/knxd.log -i -p/var/run/knxd.pid'
|
|
7
|
+ # add '-t1023' or '--trace=1023' for full log trace
|
|
8
|
+
|
|
9
|
+ # example with tpuarts interface
|
|
10
|
+ # option url 'tpuarts:/dev/ttyAMA0'
|
|
11
|
+ # example with IP interface in tunnel mode
|
|
12
|
+ option url 'ipt:192.168.1.20'
|