Owfs

From OLPC
Revision as of 23:04, 16 October 2007 by RafaelOrtiz (talk | contribs) (+fuse)
Jump to: navigation, search

Introduction

OWFS is a method under linux to allow 1-wire devices to appear like files in a directory. You can then enter a command like "cat */temperature" to have all the temperatures sensors measure and print their data. For instance, the collection of temperature sensors above are all on one bus, individually addressable, and will reconfigure on the fly as items are added or removed. Each device is it's own directory with it's own properties.

Instalation

  • Better work with tar.gz from
  1. http://sourceforge.net/project/showfiles.php?group_id=85502&package_id=88590&rele$
  2. http://sourceforge.net/projects/owfs
  • There is also cvs
  1. http://sourceforge.net/cvs/?group_id=85502

Note: for the instalation to succed we need the latest version of FUSE that is in http://sourceforge.net/cvs/?group_id=121684, at the end of the instalation module owfs must be enable. with the actual implementation of the openEc this is no longer necesary, but is an alternative that is worth trying. if you are not skilled at hardware hacking.

See also

OpenEC