Metasense/OldDocumentation: Unterschied zwischen den Versionen
lueftungsqualitaet - nur ein schlagwort? |
owfs dank stefan :) |
||
Zeile 7: | Zeile 7: | ||
== 1Wire Sensor Network == | == 1Wire Sensor Network == | ||
One wire sensor netzwerk im Lab ist von [[user:metaz]] eingerichtet worden. danke! bis jetzt gibt es aber nur einen sensor am bus (es koennten bis zu 2^64 werden :). | One wire sensor netzwerk im Lab ist von [[user:metaz]] eingerichtet worden. danke! bis jetzt gibt es aber nur einen sensor am bus (es koennten bis zu 2^64 werden :). | ||
wir verwenden [http://owfs.sourceforge.net/ OWFS - One Wire File System] (GNU Lizenz natuerlich) | |||
<i>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.</i> | <i>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.</i> |