##-----------------------------------------------------------------------------
## ow.txt - fli4l configuration parameters	v 1.0.0    fr    FLI4L-3.4.0
##
##	P L E A S E   R E A D   T H E   D O C U M E N T A T I O N
##	B I T T E   D I E   D O K U M E N T A T I O N   L E S E N
##
## Creation:	      04.02.2009 kmw
## Last Update:	04.05.2009 kmw
##
## Copyright (c)	2009 - 2009 Karl M. Weckler <news4kmw@web.de>
##
## This program is free software. For details see: GPL
##-----------------------------------------------------------------------------

#------------------------------------------------------------------------------
# OWFS: 1-wire-file-system
# offers a variety of tools for reading/writing to the 1-wire-bus.
# You may choose either 1, 2, 3 in whatever combination.
# To get access to the 1-wire-bus you do only need "one" of all.
#------------------------------------------------------------------------------
OPT_OW='no'				# install OPT_OW (yes/no)

#------------------------------------------------------------------------------
# 1. choice: owfs 
# creates an appropriate directory (using fuse) for reading and writing to
# the 1wire network. Fuse (filesystem in userspace) is obligate to owfs
# and installed automatically. owfs comes with a small application on httpd.
#------------------------------------------------------------------------------
OW_OWFS='no'				# start owfs
OW_OWFS_DEV='/dev/ttyS0'		# adapter interface, e.g. com1
OW_OWFS_PATH='/mnt/ow'		# directory to mount owfs

#------------------------------------------------------------------------------
# 2. choice: owshell 
# owdir, owread, owwrite and owserver are collectively called the owshell programs.
# They allow lightweight access to the owserver for e.g. use in command line scripts.
#------------------------------------------------------------------------------
OW_OWSHELL='no'			# start owserver and implement
					# owshell programs
OW_OWSHELL_DEV='/dev/ttyS0'		# adapter interface, e.g. com1
OW_OWSHELL_PORT='4304'		# tcp port of the owserver

#------------------------------------------------------------------------------
# 3. choice: owhttpd 
# is a small webserver that shows the 1wire bus attached to the adapter.
#------------------------------------------------------------------------------
OW_OWHTTPD='no'			# start owhttpd
OW_OWHTTPD_DEV='/dev/ttyS0'		# adapter interface, e.g. com1
OW_OWHTTPD_PORT='8001'		# http port of the owhttpd

