[go: up one dir, main page]

Menu

Tree [c5a2c0] v2.5p3 /
 History

HTTPS access


File Date Author Commit
 doc-pak 2005-10-12 Christian Magnusson Christian Magnusson [9a83b6] Remove ./configure from the bootstrap script. T...
 module 2006-09-30 Paul Alfille Paul Alfille [383079] Added autoserver (Bonjour) option to owshell pr...
 src 2006-10-02 Paul Alfille Paul Alfille [c5a2c0] 2.5p3 release with owshell for rpm
 .cvsignore 2005-01-29 Peter Kropf Peter Kropf [611cc3] The libusb library is only linked into the ow P...
 AUTHORS 2005-04-04 Paul Alfille Paul Alfille [15de5d] New release (2.1) update to general files
 COPYING 2003-09-07 Paul Alfille Paul Alfille [9c832b] Initial revision
 COPYING.LIB 2003-09-07 Paul Alfille Paul Alfille [9c832b] Initial revision
 ChangeLog 2006-02-19 Paul Alfille Paul Alfille [27c837] *** empty log message ***
 INSTALL 2005-10-12 Christian Magnusson Christian Magnusson [9a83b6] Remove ./configure from the bootstrap script. T...
 Makefile.am 2006-05-17 Christian Magnusson Christian Magnusson [656bd3] Change @RM@ in makefiles.
 NEWS 2005-04-04 Paul Alfille Paul Alfille [15de5d] New release (2.1) update to general files
 README 2005-10-12 Christian Magnusson Christian Magnusson [9a83b6] Remove ./configure from the bootstrap script. T...
 README.DEVELOPERS 2006-01-20 Christian Magnusson Christian Magnusson [db4a3a] Just add ./configure
 TODO 2003-10-08 Vadim Tkachenko Vadim Tkachenko [5db089] Merged SPLIT_FUSE branch back into main trunk
 bootstrap 2005-10-12 Christian Magnusson Christian Magnusson [9a83b6] Remove ./configure from the bootstrap script. T...
 configure.ac 2006-09-22 Paul Alfille Paul Alfille [88828e] Remove empty man direvctories and Makefile refe...
 description-pak 2005-04-18 Paul Alfille Paul Alfille [daa8d3] start of ownfsd (NFS 1-wire server) work
 release.pl 2005-10-12 Christian Magnusson Christian Magnusson [9a83b6] Remove ./configure from the bootstrap script. T...

Read Me

$Id$

See OWFS (http://owfs.sourceforge.net).

This is OWFS -- the one-wire filesystem.
1-Wire is a data protocol stat allows simple connections to
clever chips. The chips are uniquely addressed, and have a
variety of types, including temperature and voltage sensors,
switches, memory and clocks.

The base functionality is in the owlib library. It includes adapter
interface, chip interface, caching, statistics, inumeration and
command line processing.

owfs is the filesystem portion of the package. It depends on fuse:
Basically, fuse (http://fuse.sourceforge.net) exposes filesystem calls
in the appropriate directory to this program. This program then
calls owlib to query and modify the 1-wire bus.

owhttpd is a simple webserver exposing owlib. It does not need a kernel
module and will probably run on a greater platform variety.

owtcl, owphp, owperl, owpython are language bindings using the same
backend and naming scheme as owfs

owserver is a generic backend. It can be remote, and shared by several
front ends.

Your contribution is welcome.

---

If you pulled from the cvs:
  ./bootstrap
  ./configure
  make install
  /opt/owfs/bin/owfs -d /dev/ttyS0 /mnt/1wire (for example)
  
If you downloaded the source package:
  ./configure
  make install
  /opt/owfs/bin/owfs -d /dev/ttyS0 /mnt/1wire (for example)