Re: [Owfs-developers] Simple help required for owhttpd

2012-10-17 Thread Chris Green
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 >

Re: [Owfs-developers] Simple help required for owhttpd

2012-10-17 Thread Paul Alfille
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

[Owfs-developers] Simple help required for owhttpd

2012-10-17 Thread Chris Green
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