I'm releasing a new OWFS version: 2.7p4

The major change is better configuration file format.

The man page is at http://owfs.org/index.php?page=configuration-file

But the new feature is program-specific lines. An example:

owfs.conf
------------------------------
# set up owserver's port
server: p=4304 # only owserver sees this line
!server: s=4304 # all programs BUT owserver see this line

server: u # only owserver connects to the USB device
F # All programs use Farenheit
http: p=3001  # owhttpd is on port 3001
ftp: p=2121 # and owftpd is here
fs: m=~/1wire # owfs sees this mountpoint
--------------------------------

Then all programs can use the same configuration file. Prior to this,
general configuration options could be shared, but port addresses would
conflict.

owserver -c owfs.conf
owhttpd -c owfs.conf
owfs -c owfs.conf
owftpd -c owfs.conf

The point of this is to ease configuration of embedded platforms.

Paul Alfille
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Owfs-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to