Menu

Tree [80caec] master /
 History

HTTPS access


File Date Author Commit
 debian unknown
 module 2018-02-08 echrstnn echrstnn [bbafda] Fixed OW_init() fail when parsing command line ...
 src 2017-08-30 agentmnm agentmnm [19a3c8] added family to LINK to clearify LINK in the sc...
 .cvsignore unknown
 .gitignore 2016-03-24 Johan Ström Johan Ström [18f271] Remove & ignore files generated by bootstrap
 AUTHORS unknown
 COPYING unknown
 COPYING.LIB unknown
 ChangeLog unknown
 INSTALL unknown
 Makefile.am 2014-09-21 mag mag [8d3d37] Lots of changes to improve debugging mutex-prob...
 NEWS unknown
 README unknown
 README.DEVELOPERS unknown
 TODO unknown
 acinclude.m4 unknown
 bootstrap 2016-03-18 Johan Ström Johan Ström [9a97d1] Undo accidentally commited files
 configure.ac 2018-01-21 Jan Kandziora Jan Kandziora [93c1f3] Release 3.2p2
 description-pak unknown
 man2md 2016-09-15 Jan Kandziora Jan Kandziora [c14b0e] added tools for creating owfs-doc wiki manpages...
 release.pl unknown
 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