Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Overview

This is the Rust language access to OWFS for using 1-Wire devices.

Components

Library

  • API: owrust
  • Connects to a running owserver over TCP networking for access
  • Can run locally
  • Simple calls to Read, Write, and List 1-wire devices and device properties
  • No unsafe code

Command Line (Shell) programs

  • Similar to C-language owshell utilities
  • Includes
    • owread to read device properties
    • owdir to list devices or properties
    • owget combining owread and owdir
    • owwrite To set device properties or memory contents
  • Add new functionality
    • owtree to show full directory structure
  • Also includes for historical completeness