Dallas 1 wire device interfacing with owfs

This article explains how to install the owfs in the FOX board SDK to interface Dallas 1 wire devices

What is 1-wire ?

"1-Wire is a computer bus system designed by Dallas Semiconductor that provides low-speed data, signaling and power over a single wire. 1-Wire is similar in concept to I2C, but with lower data rates and a much lower cost (http://en.wikipedia.org/wiki/1-Wire)

1-Wire bus is a copyright of Dallas Semiconductor please access to 1-wire home page (http://www.maxim-ic.com/1-Wire.cfm) for more info.

What is owfs ?

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.

Owfs is a project of Paul H. Alfille and The owfs Team please access to Owfs home page (http://owfs.sourceforge.net/) for more info.

Ho to install owfs in the FOX board SDK

It should also be possible to visit the URL http://192.168.0.90:3001/ to see the devices through owhttpd which listens to port 3001.

Thanks to Christian Magnusson for the owsf porting on the FOX Board (http://home.mag.cx) for more info.