Re: [Owfs-developers] Introducing a new "latesttemp" node on the DS18B20, DS18S20, DS1822, DS1825, and DS28AE00.

2016-02-02 Thread Johan Ström
+1, I'm using my 1wire bus for more than temperature sensors, blocking on something that does not need to block would ruin my setup (polling alarms every 0.2s) On 03/02/16 01:43, Jerry Scharf wrote: > Hi, > > This would break my code. I send out simultaneous on each bus I have > then come back aro

Re: [Owfs-developers] Can't compile OWFS for Windows cygwin/mingw

2016-02-02 Thread Radoslav Chovan
Hi, after your advice, configure run without error, but compilation in cygwin break on this error: version 3.1p1 gcc -DHAVE_CONFIG_H -I. -I../../../../src/include-I../include -I../../../owlib/src/include -fexceptions -Wall -W -Wundef -Wshadow -Wpointer-arith -Wcast-qual -Wcast-align -Wstrict-

Re: [Owfs-developers] Introducing a new "latesttemp" node on the DS18B20, DS18S20, DS1822, DS1825, and DS28AE00.

2016-02-02 Thread Jan Kandziora
Am 03.02.2016 um 01:06 schrieb Stefano Miccoli: > > On the contrary a write to /simultaneous/temperature is > asynchronous, since it will return *before* data is available. IMHO > for consistency also a write to /simultaneous/temperature should > *block* until all conversions are performed. > The

Re: [Owfs-developers] Introducing a new "latesttemp" node on the DS18B20, DS18S20, DS1822, DS1825, and DS28AE00.

2016-02-02 Thread Jerry Scharf
Hi, This would break my code. I send out simultaneous on each bus I have then come back around and read the values. jerry On 02/02/2016 04:06 PM, Stefano Miccoli wrote: I do not like the /simultaneous/temperature interface. As a general rule, owserver operations are synchronous: if you read

Re: [Owfs-developers] Introducing a new "latesttemp" node on the DS18B20, DS18S20, DS1822, DS1825, and DS28AE00.

2016-02-02 Thread Stefano Miccoli
I do not like the /simultaneous/temperature interface. As a general rule, owserver operations are synchronous: if you read say /uncached/10.AE9C54020800/temperature, you get a reply when the requested data is available. On the contrary a write to /simultaneous/temperature is asynchronous, sin

Re: [Owfs-developers] owexist.1 missing

2016-02-02 Thread Jan Kandziora
Am 03.02.2016 um 00:04 schrieb Stefano Miccoli: > Jan: > > something went wrong with commit > 924a1ba17cf5e8bc46ccabecb2318f62c9af3a0c: > > owexist.1 does not exist in the source tree, so that build fails > with: > > make[3]: *** No rule to make target 'owexist.1', needed by 'all-am'. > Stop. >

[Owfs-developers] owexist.1 missing

2016-02-02 Thread Stefano Miccoli
Jan: something went wrong with commit 924a1ba17cf5e8bc46ccabecb2318f62c9af3a0c: owexist.1 does not exist in the source tree, so that build fails with: make[3]: *** No rule to make target 'owexist.1', needed by 'all-am'. Stop. Probably you forgot to add 'src/man/man1/owexist.1’ to the git repo

Re: [Owfs-developers] Can't compile OWFS for Windows cygwin/mingw

2016-02-02 Thread Jan Kandziora
Am 02.02.2016 um 20:39 schrieb Coudy: > Hi, > I have followed this guide: > http://www.clemens.it/dev/doku.php?id=building_owfs_on_cygwin > After unzipped source files, I run ./bootstrap, autoreconf -if, and > configure with my parameters. Then tried again with original configure from > tar.gz > T

Re: [Owfs-developers] Can't compile OWFS for Windows cygwin/mingw

2016-02-02 Thread Jan Kandziora
Am 02.02.2016 um 16:48 schrieb Radoslav Chovan: > > Configuration stop on this error: > checking if usb support is enabled... no > ./configure: line 16685: syntax error near unexpected token `LIBUSB,' > ./configure: line 16685: ` PKG_CHECK_MODULES(LIBUSB, libusb-1.0 >= > 0.9.1, ENABLE_USB=tru

[Owfs-developers] Can't compile OWFS for Windows cygwin/mingw

2016-02-02 Thread Radoslav Chovan
Hi, I need to use owserver on windows, I have found compiled binaries, but they does not work. They ask for not existent dlls (cygusb-1.0.dll, cygncurses-10.dll). I have tried binary version 2.8p14, 2.9p9, 3.0p2, 3.1p0 I´m trying to compile owfs for windows. I need only owserver, owhttpd and owshe