forked from M-o-a-T/owfs
-
Notifications
You must be signed in to change notification settings - Fork 0
1wire master to access MoaT slaves. Based on git://git.code.sf.net/p/owfs/code
License
Unknown, Unknown licenses found
Licenses found
Unknown
COPYING
Unknown
COPYING.LIB
stromnet/owfs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
$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
About
1wire master to access MoaT slaves. Based on git://git.code.sf.net/p/owfs/code
Resources
License
Unknown, Unknown licenses found
Licenses found
Unknown
COPYING
Unknown
COPYING.LIB
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- C 66.9%
- Pascal 9.1%
- Visual Basic .NET 7.1%
- Roff 6.0%
- C++ 1.9%
- Python 1.8%
- Other 7.2%