Paul Alfille wrote:
> Fixed (I think) the function of simultaneous in the current CVS version.
>
> Also improved cache handling, especially for owserver designs.
>
> I'd like to figure out DS2482 directory problem before the next 
> (2.5p7) release.
>
>
> Paul Alfille
>
Paul,

Thanks so much for the fix. Latest CVS worked on my system as well.

I'm revamping my house control system written in python. Next owfs thing 
is to move to owpython from owfs. I'll run owfs still just to have a 
quick way to look at things. I am also moving it to be backed by 
postgresql (that's about 50% done.)

jerry

[EMAIL PROTECTED]:~$ time for i in /var/1wire/mount/28*; do cat 
$i/temperature; done     21.5625     25.0625     23.4375     38.9375     
25.3125     36.5625   35     39.1875     24.5625     34.1875      
36.375     36.9375     40.0625  32.0625      35.125     23.8125      
34.375     25.6875     25.9375     23.9375     12.4375     
34.5625          23      39.625        34.5      34.125      24.625     
39.9375     37.1875     34.6875       12.75     34.8125     23.5625  
24.9375     24.8125
real    0m45.928s
user    0m0.204s
sys     0m0.084s
[EMAIL PROTECTED]:~$ echo 1 > /var/1wire/mount/simultaneous/temperature;time 
for i in /var/1wire/mount/28*; do cat $i/temperature; done
     21.5625     25.0625     23.4375     38.9375     25.3125     
36.5625     35.0625      39.125        24.5     34.1875      36.375      
36.875     40.0625  32.0625     35.1875     23.8125     34.3125     
25.6875          85          85     12.4375     34.5625          23     
39.5625     34.5625      34.125     24.5625     39.9375      37.125      
34.625     12.8125       34.75     23.5625   24.875      24.875
real    0m8.689s
user    0m0.264s
sys     0m0.028s



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers

Reply via email to