Re: [Owfs-developers] Release 2.8p15

2012-06-04 Thread Vincent Danjean
Le 21/05/2012 22:49, Eloy Paris a écrit : > Hi Paul, > > On 05/21/2012 04:36 PM, Paul Alfille wrote: > >> You summarized the problem well. Synchronizing the start of owserver and >> it's clients can be problematic. >> >> As for suspending the boot process -- the whole scheme can be done in >> the

Re: [Owfs-developers] Release 2.8p15

2012-05-23 Thread Paul Alfille
Let me answer the easy ones: >Also, what, if anything is different between http://nn.nn.nn.nn:3001/bus.0/uncached and http://nn.nn.nn.nn:3001/uncached /bus.0 and for that matter, http://nn.nn.nn.nn:3001/bus.0/uncached/bus.0 ? The order of "uncached"

Re: [Owfs-developers] Release 2.8p15

2012-05-22 Thread brucek
So far p15 seems much more stable (using an USB master) But, I still can not change units in owhttpd http://nn.nn.nn.nn:3001/settings/units?temperature_scale=f still returns the unit as 'C'. Also, what, if anything is different between http://nn.nn.nn.nn:3001/bus.0/uncached and http://nn.nn.n

Re: [Owfs-developers] Release 2.8p15

2012-05-21 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21.05.2012 22:49, Eloy Paris wrote: > Okay, yes, that makes sense. I'll see what I can come up with in > terms of an Ubuntu Upstart script. The one I have right now > definitely does not work because of the synchronization problem > we're discussing

Re: [Owfs-developers] Release 2.8p15

2012-05-21 Thread Michael Markstaller
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 21.05.2012 03:58, Paul Alfille wrote: > Release notes > owfs suite > Version 2.8p15 Really, IMHO the greatest and best ever since 2.7p34, in terms of stability, not features; no complaints with the DS9490 USB-masters on x86(*), this is IMHO a majo

Re: [Owfs-developers] Release 2.8p15

2012-05-21 Thread Eloy Paris
Hi Paul, On 05/21/2012 04:36 PM, Paul Alfille wrote: > You summarized the problem well. Synchronizing the start of owserver and > it's clients can be problematic. > > As for suspending the boot process -- the whole scheme can be done in > the background. > > I.e run this script in the background:

Re: [Owfs-developers] Release 2.8p15

2012-05-21 Thread Paul Alfille
You summarized the problem well. Synchronizing the start of owserver and it's clients can be problematic. As for suspending the boot process -- the whole scheme can be done in the background. I.e run this script in the background: #!/bin/sh # script to start the 1-wire processes # with delay for

Re: [Owfs-developers] Release 2.8p15

2012-05-21 Thread Eloy Paris
On 05/21/2012 12:03 PM, Paul Alfille wrote: > Good news and bad news on the late-starting owservers Can someone summarize what this problem is? I know that in my case owserver takes a while to start. It sounds like the same problem as "late-starting owservers" but I cannot seem to find the Fe

Re: [Owfs-developers] Release 2.8p15

2012-05-21 Thread Pascal Baerten
> > Nice =) > it will support all features of bae0910? > yes, and with latest v9 bae0910 firmware a new adc configuration bit allows to sample at 10bit and an adc10 property have been added. Previous bae0910 firmwares are still supported with 2.8p15 v9 firmware is here http://www.brain4home.eu/dow

Re: [Owfs-developers] Release 2.8p15

2012-05-21 Thread Paul Alfille
Good news and bad news on the late-starting owservers There is a new command: owexist It needs an update (even from the latest release) to module/owshell/src/c/owexist.c but you can then run: address="";e="1"; while [ $e -ne 0 ] ; do /opt/owfs/bin/owexist -q $address ; e=$? ; sleep 1 ; done Whic

Re: [Owfs-developers] Release 2.8p15

2012-05-21 Thread klas englund
What about the issue about finding "late starting" owservers, reported by me on the 1st Februari? Klas E 2012/5/21, Paul Alfille : > Release notes > owfs suite > Version 2.8p15 > > May 20 2012 > > Features > 1. Memory leak analyzer memleakparser.pl > A. Better comments > B. Handles REALLOC pr

Re: [Owfs-developers] Release 2.8p15

2012-05-20 Thread Stuart Poulton
Paul, More than happy to test DS2483 support as soon as it's available. Stuart On 21/05/12 02:58, Paul Alfille wrote: > Not included (but planned) > 1. New EDS ethernet hub support (OW_SERVER-ENET-2) > Inexpensive and has 3 addressable channels > 2. DS2483 support > 3. More HobbyBoards Moist

Re: [Owfs-developers] Release 2.8p15

2012-05-20 Thread Roberto Spadim
Nice =) it will support all features of bae0910? 2012/5/20 Paul Alfille : > Release notes > owfs suite > Version 2.8p15 > > May 20 2012 > > Features > 1. Memory leak analyzer memleakparser.pl >   A. Better comments >   B. Handles REALLOC properly >   C. Handles intermixed debug messages properly >

[Owfs-developers] Release 2.8p15

2012-05-20 Thread Paul Alfille
Release notes owfs suite Version 2.8p15 May 20 2012 Features 1. Memory leak analyzer memleakparser.pl A. Better comments B. Handles REALLOC properly C. Handles intermixed debug messages properly 2. Start of external device support A. Full syntax documented for external (script launched) d