Ok, thank you
On Wednesday, July 31, 2013, Jerry Scharf wrote:
> Ryan,
>
> Machine 2 has the access to the 1-wire information via owserver. It would
> be up to some program on machine 2 to store the information, just as it if
> you have a 1-wire adapter connected to machine 2. owserver can be th
Ryan,
Machine 2 has the access to the 1-wire information via owserver. It
would be up to some program on machine 2 to store the information, just
as it if you have a 1-wire adapter connected to machine 2. owserver can
be thought of as a proxy for access to the 1-wire devices on machine 1.
je
Yea, what I wanted to do was something like this..
Machine 1 - adapter for sensors. Wifi adapter to local network
Machine 2 - local network - thermd for reading information from machine 1
So your saying run owserver on machine1 then have machine 2 run owfs to
read that data?
Is there away to ha
Dear all,
i just submitted a new version of pyowfs which introduces caching to
speed up searching on larger 1wire trees ...
results to .get are cached (which is also used by .find
the timeout can be set in pyowfs.libcapi.CACHE_MAX_AGE and defaults to
30 seconds.
when issuing a .put the cached d
I am an OWFS newbie and have, I think, set up OWFS successfully on my RPi.
My config is:
# Starts OWFS
/opt/owfs/bin/owserver -u -p 4304
/opt/owfs/bin/owhttpd -s 4304 -p 2121
/opt/owfs/bin/owfs -s 4304 --allow_other -m /mnt/1wire
which means I use owserver to communicate with my ibutton, and owf
I'm not exactly sure what you are trying to do, but you can have -
Machine 1 - adapter plugged in with 1-wire network connected, running
owserver
Machine 2 - run owfs (or one of the others in the family) reading from
owserver on Machine 1.
Is that what you want to do? And yes it runs fine