OWFS: Difference between revisions

From ArmadeusWiki
(creation)
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:


==Installation==
==Installation==
===Buildroot===
<pre class="host">
$ make menuconfig
</pre>
===Debian===
<pre class="apf">
root@opos6ul:~# apt-get install owfs
</pre>
* adapt ''/etc/owfs.conf'' file (remove fake sensors if you have real ones)


==Usage==
==Usage==
{{Note| OWFS seems not compatible with GPIO bitbanging 1-Wire !}}
{{Note| OWFS seems not compatible with GPIO bitbanging 1-Wire Masters !?}}


==Links==
==Links==
* https://www.domolio.fr/premiers-pas-avec-le-1-wire-et-owserver-sous-debian-wheezy/
* https://www.domolio.fr/premiers-pas-avec-le-1-wire-et-owserver-sous-debian-wheezy/

Latest revision as of 16:35, 31 March 2017


Page under construction... Construction.png Informations on this page are not guaranteed !!

Installation

Buildroot

$ make menuconfig

Debian

root@opos6ul:~# apt-get install owfs
  • adapt /etc/owfs.conf file (remove fake sensors if you have real ones)

Usage

Note Note: OWFS seems not compatible with GPIO bitbanging 1-Wire Masters !?


Links