On Wed, Oct 17, 2012 at 12:05:59PM -0400, Paul Alfille wrote:
>Great question.
>
>To run owhttpd, you could use pretty much the same parameters:
>
> /opt/owfs/bin/owhttpd -u -p
>
>But not at the same time -- only one program can use the USB adapter at a
>
Great question.
To run owhttpd, you could use pretty much the same parameters:
/opt/owfs/bin/owhttpd -u -p
But not at the same time -- only one program can use the USB adapter at a
time.
To run both simultaneously, you need owserver:
/opt/owfs/bin/owserver -u -p 4304
/opt/ow
I currently run a simple owfs command to see some 1-wire values:-
/opt/owfs/bin/owfs --allow_other -u -m /mnt/1-wire/
Do I just run owhttpd with similar (same?) parameters to show the values
on the web? (I know I need to add a port number to avoid clashing with
apache on port 80)
Does owhtt