[go: up one dir, main page]

Menu

Tree [bb20fe] v3.2p0 /
 History

HTTPS access


File Date Author Commit
 debian 2007-05-22 Paul Alfille Paul Alfille [3bf719] Add some cvs ID tags in debian
 module 2017-07-14 Jan Kandziora Jan Kandziora [9ae4f1] fixed buffer overflow in LINK host adapter vers...
 src 2017-07-14 Jan Kandziora Jan Kandziora [b8ffaa] added manpage for iButtonLink SmartSlave
 .cvsignore 2005-01-29 Peter Kropf Peter Kropf [611cc3] The libusb library is only linked into the ow P...
 .gitignore 2016-03-24 Johan Ström Johan Ström [18f271] Remove & ignore files generated by bootstrap
 AUTHORS 2009-10-31 Paul Alfille Paul Alfille [f11945] Updated the authors list
 COPYING 2013-07-12 Paul Alfille Paul Alfille [a47ea5] Tomasz Torcz thought the COPYING file was not c...
 COPYING.LIB 2013-07-12 Paul Alfille Paul Alfille [a47ea5] Tomasz Torcz thought the COPYING file was not c...
 ChangeLog 2010-06-08 Paul Alfille Paul Alfille [105556] Minor changes to presence detection routines. C...
 INSTALL 2010-05-08 Paul Alfille Paul Alfille [b4ba34] Clean up doc-pak and update INSTALL
 Makefile.am 2014-09-21 mag mag [8d3d37] Lots of changes to improve debugging mutex-prob...
 NEWS 2007-12-11 Paul Alfille Paul Alfille [15991c] Release 2.7p1
 README 2007-12-11 Paul Alfille Paul Alfille [15991c] Release 2.7p1
 README.DEVELOPERS 2007-12-11 Paul Alfille Paul Alfille [15991c] Release 2.7p1
 TODO 2008-06-17 Christian Magnusson Christian Magnusson [b01f54] Puhh.. Finally found the problem with the pytho...
 acinclude.m4 2006-10-09 Peter Kropf Peter Kropf [4bc163] Added acinclude.m4 with a new macro to test for...
 bootstrap 2016-03-18 Johan Ström Johan Ström [9a97d1] Undo accidentally commited files
 configure.ac 2017-07-14 Jan Kandziora Jan Kandziora [bb20fe] Release 3.2p0
 description-pak 2005-04-18 Paul Alfille Paul Alfille [daa8d3] start of ownfsd (NFS 1-wire server) work
 man2md 2016-09-15 Jan Kandziora Jan Kandziora [c14b0e] added tools for creating owfs-doc wiki manpages...
 release.pl 2007-05-17 Christian Magnusson Christian Magnusson [c696fa] Change library so-name to contain the version-n...
 update_wiki_manpages 2016-09-15 Jan Kandziora Jan Kandziora [c14b0e] added tools for creating owfs-doc wiki manpages...

Read Me

$Id$

See OWFS (http://www.owfs.org).

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)
  
---
  
  For more information:
  http://www.owfs.org