Re: [Owfs-developers] Introducing OWTF

2006-05-16 Thread Jim Canfield
George Bobeck wrote: This is my OWFS success story... I would also like to include my minor OWFS success story. About a year and a half ago I cobbled together with my "very limited skills" a temperature monitoring system based on OWFS for use in-house at our hospital and two other facilities

Re: [Owfs-developers] LCD

2006-05-16 Thread Geo Carncross
Sourceforge CVS is up, but they moved it. At the top of your CVS tree: find . -type f -path '*/CVS/Root' -print0 | xargs -0 perl -p -i -e 's/\@(?:cvs\.)+/[EMAIL PROTECTED]/g;' This _should_ work for anonymous CVS trackers as well, but I didn't test it. On Thu, 2006-05-11 at 21:15 -0400, Paul Al

RE: [Owfs-developers] HA7Net

2006-05-16 Thread Alfille, Paul H.,M.D.
Steve, If the HA7Net isn't in a production system, are you interested in helping me support it under OWFS? Paul -Original Message- From: [EMAIL PROTECTED] on behalf of Steve Lancaster Sent: Mon 5/15/2006 12:41 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] HA

[Owfs-developers] bus.x-structure problems in 2.3p6

2006-05-16 Thread Christian Magnusson
The directory structure worked in 2.3p5 when starting owfs/owserver like this: owserver -p 3001 -u owfs -s 3001 /tmp/1wire [EMAIL PROTECTED]:~# ls -l /var/1wire/ drwxr-xr-x1 root root1 May 16 11:37 10.061847000800 drwxr-xr-x1 root root1 May 16 11:37 FF.710

RE: [Owfs-developers] e-mail list and delivery times

2006-05-16 Thread Alfille, Paul H.,M.D.
I submitted a report, but I note that there have been many complaints starting 5/4/06 Paul Alfille -Original Message- From: [EMAIL PROTECTED] on behalf of Gregg Levine Sent: Tue 5/16/2006 5:59 PM To: owfs-developers@lists.sourceforge.net Subject: Re: [Owfs-developers] e-mail list and deli

[Owfs-developers] CVS back on line (supposedly)

2006-05-16 Thread Paul Alfille
Sourceforge has put the CVS server back online, but made changes. The server name for OWFS is now: owfs.cvs.sourceforge.net So the full command to pull code is Developer (me):: cvs -d:ext:[EMAIL PROTECTED]:/cvsroot/owfs co owfs Anonymous: cvs -d:pserver:[EMAIL PROTECTED]:/cvsroot/owfs login cvs

[Owfs-developers] e-mail list and delivery times

2006-05-16 Thread Gregg C Levine
Hello! Is it my imagination or is something other then the fun and games that SourceForge is going through that’s effecting the delivery of the messages on our list? I do realize that our list does have attached to it a number of Officers, such as an Owner, and a Manager, so the deliveries of mess

Re: [Owfs-developers] e-mail list and delivery times

2006-05-16 Thread Gregg Levine
Hello! Paul, I'm always right here. It's part of my image. But seriously, that one you replied to came to you from my regular address. I setup this one by the way so that I could post my issues with OWFS for the work I do with Linux. I have not received the regular one's posting. I suspect it wil

Re: [Owfs-developers] e-mail list and delivery times

2006-05-16 Thread Paul Alfille
You're right. Of course, I can't even pull up the Sourceforge status page http://sourceforge.net/docs/A04/ which might make one suspicious. Paul On 5/16/06, Gregg C Levine <[EMAIL PROTECTED]> wrote: Hello! Is it my imagination or is something other then the fun and games that SourceForge is go

[Owfs-developers] Include-files installed...

2006-05-16 Thread Christian Magnusson
  I haven’t thought much about it before, but isn’t it wrong to install the include-files in the install-target?   Who cares about the content in ow_1820.h for example (after owfs is installed).   I fell into some problem when I compiled owfs for NSLU2 before and all include-files wher

Re: [Owfs-developers] problem writing to DS1996

2006-05-16 Thread Paul Alfille
Thanks for the report. A couple questions: 1. Can you analyze where the data is actually being written? 2. Are you using "memory" or "pages/page.n" are the target? Paul Alfille On Tuesday 16 May 2006 03:29 pm, Spade, Rod wrote: > I'm having a problem using OWFS 2.2p3 to write to a 64kb DS1996. >

[Owfs-developers] problem writing to DS1996

2006-05-16 Thread Spade, Rod
I'm having a problem using OWFS 2.2p3 to write to a 64kb DS1996. Writing into the first 256 bytes of the "memory" file works OK, but when I write to other locations, the data ends up at the wrong address. If I immediately read back the data it looks OK, but if I do an uncached read (or wait for th

Re: [Owfs-developers] owhttpd on FC5

2006-05-16 Thread Paul Alfille
I take that back. We weren't rechecking. Can you run with --foreground --error_level=9 and see where it stops? That will give some hints. Paul On 5/16/06, Paul Alfille <[EMAIL PROTECTED]> wrote: Hi Jan, 2.3p6 at least seems stable when not using owserver (see Christian's note -- I'm working o

Re: [Owfs-developers] owhttpd on FC5

2006-05-16 Thread Paul Alfille
Hi Jan, 2.3p6 at least seems stable when not using owserver (see Christian's note -- I'm working on it). I do notice that we are (unnecessarily) rechecking the presence of a device as it gets displayed for a directory listing. This could start a new thread on the stack, and certainly is ineffici

Re: [Owfs-developers] OWFS - Temp Trakker Source

2006-05-16 Thread Jim Canfield
Paul Alfille wrote: What's the problem with the net4801? Looks like a diskless i586 machine with good connectivity. Nothing really, other than I fact that I was trying to build an entire system around it. I'd rather focus on a more general app that can later be plugged into the net4801 or any

Re: [Owfs-developers] Introducing OWTF

2006-05-16 Thread Jim Canfield
Matt wrote: Looks like you have done a great job. Thanks! RRD graphs are reasonable striagth forward for temperatures, providing you plan. If you you know your high and low values and can settle on a samlpe rate the rest is very achievable. Think we can build them from SQL db data? Maybe

RE: [Owfs-developers] OWFS - Temp Trakker Source

2006-05-16 Thread Jim Canfield
Thanks for the input.  I just ordered a USB adaptor today.  I'll also purchase a couple of NSLU2 devices since that seems to make the most sense for remote monitoring.  Physical wiring limitations have been my biggest problem with 1-wire.  It's very hard not to end up with a star topology even w

[Owfs-developers] OWFS - Temp Trakker Source

2006-05-16 Thread Jim Canfield
Greetings, I have decided to post the source to the web app I created last year. It's not pretty, but it will be a start. You can find it here: http://tshweb.olympiamd.com/temp/ With any luck I should be able to set this up as a project on sourceforge. The framework I used for the web

Re: [Owfs-developers] OWFS - Temp Trakker Source

2006-05-16 Thread Paul Alfille
What's the problem with the net4801? Looks like a diskless i586 machine with good connectivity. Paul On 5/15/06, Jim Canfield <[EMAIL PROTECTED]> wrote: Greetings, I have decided to post the source to the web app I created last year. It's not pretty, but it will be a start. You can find it he

[Owfs-developers] CVS

2006-05-16 Thread Christian Magnusson
  Nice to see that the new cvs-server is up and running again. I will try the new release you made now and build NSLU2 packages too.   Christian      

RE: [Owfs-developers] Introducing OWTF

2006-05-16 Thread Matt
Looks like you have done a great job. RRD graphs are reasonable striagth forward for temperatures, providing you plan. If you you know your high and low values and can settle on a samlpe rate the rest is very achievable. I'd like to hear more about the physical sensors, are you building them yours

Re: [Owfs-developers] HA7Net

2006-05-16 Thread Steve Lancaster
I've got one, Paul... The only one of Embedded's sensors I have is an HMP2001S.. (I've got other AAG based sensors, though.) Steve [In a message on Fri, 12 May 2006 22:23:33 EDT, ""Paul Alfille"" wrote:] >Does anyone have an HA7Net? It appears for be a small network device with a= >n >embedd

[Owfs-developers] owhttpd on FC5

2006-05-16 Thread Jan Bertelsen
Hi, After some days with beautiful spring weather here in Denmark, I'm back at the keyboard happy to find that owhttpd and owserver (owfs-2.3p5) is running without any problem on my Fedora Core 5. Nice work! owfs is still getting some seg faults but not all the time. When I read a specific value