| OWFS | SF.net project page | New OWFS Website! | by Paul H Alfille |
| OWFS Design OWFS Features OWFS Software
Install instructions
Examples & UsageBootable CD Filesystem (owfs) Web Server (owhttpd) Backend Server (owserver) Perl bindings (owperl) Python bindings (owpython) PHP bindings (owphp) Tcl bindings (owtcl) Download Daily Configured Package CVS -- newest CVS Statistics FAQ 1-wire
wireless 1-Wire Hardware Adapters
OWFS ProjectFamily Codes Supported Devices DS1822 DS18B20 DS18S20 DS1921 Thermachron DS1977 DS1991 DS1992 DS1993 DS1995 DS1996 DS2401 DS2405 DS2406 DS2408 DS2409 DS2413 DS2415 DS2417 DS2423 DS2431 DS2433 DS2436 DS2438 DS2450 DS2502 DS2505 DS2506 DS2720 DS2740 DS2751 DS276X DS2770 DS2780 DS2804 DS2890 LCD Thermocouples |
Table of Contents
NameOwtcl - OWFS library access commands for TclSynopsispackage require ow
::OW::init interface ?interface ...? ?options? ::OW::isdir path
Descriptionowtcl is a Tcl extension that provides an interface to OWFS. OWFS is a family of programs that manipulate the Dallas/Maxim 1-wire bus -- a low power, low speed, system of smart memory chips and sensors. Each item on the bus is uniquely numbered and addressable. Bus elements can be added and subtracted at will.There is optional data caching. Which can speed repeated access to the same 1wire properties (but is potentially confusing). Use the uncached links to see immediate values. The underlying interface to the 1-wire bus is identical to owfs (filesystem view) and owhttpd web server interface. Only the top layer has been modified to return native Tcl data. Development here, and support for new devices, will progress with those projects.
Low-level CommandsThe following low-level commands are possible:
options allow to set additional parameters of operation with 1-wire bus. Possible options:
|